COUNTIF
You don;t say much about the ranges to be searched. If we assume it is
the same range in all sheets, e.g. A1:A100, then:
Use an additional range with all the sheet names, say in K1:K10, and
then:
=SUMPRODUCT(COUNTIF(INDIRECT("'"&K1:K10&"'!A1:A100 "),0))
HTH
Kostis Vezerides
r2d3 wrote:
Is there a function that I can use to find the occurence of a certain item
across several worksheets? Apparently the Countif cannot cross worksheet
boundaries. I have thought about just using the countif function on each
sheet and them summing them on a cover sheet, but I have 365 sheets to set
up. Any suggestions would be appreciated.
|