hello I have 100 worksheets names 1 to 100 having same format having “YES” or “NO” in B2 of each worksheet I would like to count no of YES in B2 of each sheet in summary sheet.
I m using using Excel 2003 can I use this with Countif , and how?
Countif Across Multiple Worksheets
Share
you will need a bit more.
Try this:
First put your Sheet Names in cells AA1 through AA100,
I’ve used only 9 here as an example, and you can use any column you like.
So your data looks like:
Now on Sheet1, cell A1, just enter the formula,
=SUMPRODUCT(COUNTIF(INDIRECT(“”&AA1;:AA9&”!B2″),”Yes”))
See how that works.
MIKE
http://www.skeptic.com/