Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Conditional calculations across sheets isn't easy. Try this:
=SUMPRODUCT(SUMIF(INDIRECT("'7-"&ROW(INDIRECT("1:31"))&"'!N:N"),"0"))/SUMPRODUCT(COUNTIF(INDIRECT("'7-"&ROW(INDIRECT("1:31"))&"'!N:N"),"0")) -- Biff Microsoft Excel MVP "JimG" wrote in message ... I have an AVERAGE IF formula that works fine on a single worksheet for July 1st... =AVERAGEIF('7-1'!N:N,"0",'7-1'!N:N) I need it to work across 31 worksheets, so it will accurately calculate the averages for all values greater than zero, and for the entire month. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AverageIf | Excel Discussion (Misc queries) | |||
Averageif help | Excel Discussion (Misc queries) | |||
AverageIF | Excel Discussion (Misc queries) | |||
averageif | Excel Worksheet Functions | |||
averageif | Excel Discussion (Misc queries) |