Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to use the COUNTIF function over a number of worksheets in a
spreadsheet to counht various values in a given cell on each sheet. However, I just get a #VALUE error. An example of the formula I am trying is =COUNTIF('Blank Sheet:Blank Sheet 2'!D2, "0") Any help much appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(COUNTIF(INDIRECT("'"&{"Blank Sheet","Blank Sheet1","Blank
Sheet2"}&"'!D2"),"0")) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Slim" wrote in message ... I am trying to use the COUNTIF function over a number of worksheets in a spreadsheet to counht various values in a given cell on each sheet. However, I just get a #VALUE error. An example of the formula I am trying is =COUNTIF('Blank Sheet:Blank Sheet 2'!D2, "0") Any help much appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumproduct vs. countif | Excel Discussion (Misc queries) | |||
Countif Formula /Sort Bug??? | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
Countif - Countif | Excel Worksheet Functions |