I have a worksheet (Employee Detail)which contains hours per employee. Each employee belongs to a specific region. I was trying to retrieve on different worksheet called sheet8 within the same workbook the averages per region using the following:
=IF('Employee Detail'!$Q:$Q=Sheet8!B2,AVERAGE('Employee Detail'!$O:$O))
Where Employee Detail Q is the Region Column
Where Sheet 8 B@ contains the region number
Where Employee Detail ) is the hours to avaerage for the specific region.
I am getting the average of all the regions instead of just the specific region I am caling out on sheet8 B2. Should I be using a different formula?
I need to formulas, one that accounts for 0 values and one that did not.
I am on Excel 2003 SPI
Thanks!
=IF('Employee Detail'!$Q:$Q=Sheet8!B2,AVERAGE('Employee Detail'!$O:$O))
Where Employee Detail Q is the Region Column
Where Sheet 8 B@ contains the region number
Where Employee Detail ) is the hours to avaerage for the specific region.
I am getting the average of all the regions instead of just the specific region I am caling out on sheet8 B2. Should I be using a different formula?
I need to formulas, one that accounts for 0 values and one that did not.
I am on Excel 2003 SPI
Thanks!