Count across multiple worksheets

  • Thread starter Thread starter Tammy
  • Start date Start date
T

Tammy

How can I count the # of times something occurs across
multiple worksheets in a workbook?

Thanks!
 
=SUMPRODUCT(COUNTIF(INDIRECT("'Sheet"&{1,2,3}&"'!A1"),">5"))

the above would count how many cells A1 is greater than 5 in sheets 1 to 3
 

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

Similar Threads


Back
Top