Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm trying to create a formula that will count the values that are more
than 0 in a range across multiple worksheets. COUNTIF('1:17'!D3:D9,"0") is what the "wizard" comes up with I use it but it errs. After discovering that COUNTIF is an invalid formula function for a 3-D reference, I'm stumped. I would COUNTIF on each sheet and then just SUM on the master overview sheet (named RESULTS) but I have 36 individual ranges on each sheet to apply it to. COUNT, of course, adds any cell with O and I need to have the 0's within each sheet. Is there any other way to easily accomplish this? |
#2
![]() |
|||
|
|||
![]()
Try...
=SUMPRODUCT(COUNTIF(INDIRECT(ROW(INDIRECT("1:17")) &"!D3:D9"),"0")) Hope this helps! In article <xrh1f.938$L24.192@lakeread01, MaggieMagill wrote: I'm trying to create a formula that will count the values that are more than 0 in a range across multiple worksheets. COUNTIF('1:17'!D3:D9,"0") is what the "wizard" comes up with I use it but it errs. After discovering that COUNTIF is an invalid formula function for a 3-D reference, I'm stumped. I would COUNTIF on each sheet and then just SUM on the master overview sheet (named RESULTS) but I have 36 individual ranges on each sheet to apply it to. COUNT, of course, adds any cell with O and I need to have the 0's within each sheet. Is there any other way to easily accomplish this? |
#3
![]() |
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF across all sheets of a workbook | Excel Worksheet Functions | |||
COUNTIF across all sheets of a workbook | Excel Worksheet Functions | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
Countif - Countif | Excel Worksheet Functions | |||
CountIF across multiple sheets in a workbook | Excel Worksheet Functions |