COUNITFS w/Ranges from Multiple Sheets?
Hi all,
I'm trying to create a COUNTIFS formula that will look for the same criteria within multiple sheets (5+ sheets at a time). I have my criteria in one sheet, and want to look across other sheets for instances of that specific criteria, then tally up the instances in the original sheet w/the criteria. I'm setting a range per sheet that's limited to the column in which the specific criteria may appear.
Any ideas?
Thank you!
Answers
-
If you're looking at multiple sheets, you'll need to add together multiple, separate COUNTIFS, like so:
=COUNTIFS({Sheet 1 Column}, [Criteria]@row)+ COUNTIFS({Sheet 2 Column}, [Criteria]@row) + COUNTIFS({Sheet 3 Column}, [Criteria]@row)
Etc.
Does that make sense? See: COUNTIFS / Cross Sheet Formulas
Another alternative would be to create a Report across all these sheets. Ensure that the columns that have the criteria are all named the same. Then you can either Filter or GROUP by that criteria and use the SUMMARIZE function in the Report to COUNT by that column.
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
Thanks so much, Genevieve! I hadn't thought of multiple COUNTIFS and that does the trick (the report option isn't a solution here, as I'm trying to generate metrics that will be pulled into a dashboard).
-
Glad it works for you!
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!