COUNTIF function

L

Lauren

I am using Excel 2002 and I was wondering if I can use the
COUNTIF function to count the number of times a certain
value appears over a number of worksheets in the same
workbook. I know it works in a range on the same
worksheet. Example if I have 5 worksheets and I want to
see how many times the letter "a" shows up within a
specific cell over those 5 worksheets, can I do it? If not
COUNTIF, is there another way? If anyone has an idea of
how to do this, I'd greatly appreciate it.

Thanks!
Lauren
 
T

Thomas

Just use the sheetnames and add them together
=COUNTIF(B:IV,"=a")+COUNTIF(Sheet2!1:65536,"=a")
and so on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top