Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am calculating an average for a teams quality assurance numbers. They are
not all audited on each item every week. But all items are included on the worksheets. I have about 10 worksheets I need to draw averages from and have them calculate on a "TOTALS" worksheet. These worksheets have "updated" info on them once a week. Sometimes the data is blank or "0". How can I get an average without the blanks and/or zeros counting against the team member when certain items weren't audited? Thans for your help in advanced. Dana |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Conditional averages across multiple worksheets can be tricky and you dont say where the data are you want to average and this may or may not work depensing on how you worksheets are named. This assumes you have 10 sheets called Sheet1 to Sheet 10 and it will then average A1 in those sheets ignoring blanks and zero =SUMPRODUCT(SUMIF(INDIRECT("'Sheet"&ROW(INDIRECT(" 1:10"))&"'!A1"),"0"))/SUMPRODUCT(COUNTIF(INDIRECT("'sheet"&ROW(INDIRECT( "1:10"))&"'!A1"),"0")) Mike "dernspiker" wrote: I am calculating an average for a teams quality assurance numbers. They are not all audited on each item every week. But all items are included on the worksheets. I have about 10 worksheets I need to draw averages from and have them calculate on a "TOTALS" worksheet. These worksheets have "updated" info on them once a week. Sometimes the data is blank or "0". How can I get an average without the blanks and/or zeros counting against the team member when certain items weren't audited? Thans for your help in advanced. Dana |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AVERAGING | Excel Discussion (Misc queries) | |||
Averaging across all worksheets except one | Excel Worksheet Functions | |||
Averaging across worksheets | Excel Worksheet Functions | |||
Averaging again | Excel Worksheet Functions | |||
Trouble with Averaging across several worksheets | Excel Worksheet Functions |