waynerenaud
IS-IT--Management
I am trying to do a countif that will look for an entry in column D on multiple sheets and return the count value.
The formula:
=COUNTIF(Sheet1:Sheet56!D,A1)
but i get a #VALUE! error
if I just look at one sheet ie:
=COUNTIF(Sheet1!D,A1)
it works fine.
Anyone know how to get it to look at all the sheets ?
or alternately
can anyone guide me on how to write a custom function that will do a countif and loop through all the worksheets in a workbook.
Please Help
The formula:
=COUNTIF(Sheet1:Sheet56!D,A1)
but i get a #VALUE! error
if I just look at one sheet ie:
=COUNTIF(Sheet1!D,A1)
it works fine.
Anyone know how to get it to look at all the sheets ?
or alternately
can anyone guide me on how to write a custom function that will do a countif and loop through all the worksheets in a workbook.
Please Help