Is there a formula that allows to count rows from different sheets for one total?
My team usually builds calculation sheets with formulas referencing other sheets for dashboards. We need to show a total for the year adding current data plus archive which are 2 different sheets but, on a row-by-row basis.
Best Answer
-
Hi @Wen H.
Yes! Just combine your CountIfs with a plus sign + like this...
=COUNTIFS({Sheet 1 Range}, FIND(Model@row, @cell) > 0) + COUNTIFS({Sheet 2 Range}, FIND(Model@row, @cell) > 0) + COUNTIFS({Sheet 3 Range}, FIND(Model@row, @cell) > 0)
Does that help?
-Ryan
Answers
-
Hi @Wen H.
Yes! Just combine your CountIfs with a plus sign + like this...
=COUNTIFS({Sheet 1 Range}, FIND(Model@row, @cell) > 0) + COUNTIFS({Sheet 2 Range}, FIND(Model@row, @cell) > 0) + COUNTIFS({Sheet 3 Range}, FIND(Model@row, @cell) > 0)
Does that help?
-Ryan
-
Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!