Help needed counting across sheets
Hi all,
I am trying to use the count of a symbol across some sheets. I know I can get this information by creating a report but for a more visual presentation, I am looking to get an actual number.
I am currently trying something like this but it's not working:
=COUNTIFS({sheet 1 Range 1}, 1, {Sheet 2 Range 2}, 1)
The symbol is a flag and I just want the count of the ones on across the sheets.
Thank you for any help and direction here,
Best,
Jose
Comments
-
You will need to break it apart. Something along the lines of
=COUNTIFS({sheet 1 Range 1}, 1) + COUNTIFS({Sheet 2 Range 2}, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!