COUNTIF HELP
I'm summarising and want to count a Project Status columns
Have a sheet per colleague and want to do formula that would add up how many On HOLD projects there in total across all of those colleague sheets?
Best Answer
-
I would suggest having the total on each of the individual sheets and then cell linking to the master sheet. Then you can use a basic SUM function on the master sheet.
If you wanted to go with a single formula to reference all sheets, then you would start off with your COUNTIFS for one sheet, then replicate it for the second sheet and add them together, then add a third COUNTIFS for the third sheet, so on and so forth:
=COUNTIFS({First Sheet}, "On Hold") + COUNTIFS({Second Sheet}, "On Hold") + COUNTIFS({Third Sheet}, On Hold")..........................
Answers
-
I would suggest having the total on each of the individual sheets and then cell linking to the master sheet. Then you can use a basic SUM function on the master sheet.
If you wanted to go with a single formula to reference all sheets, then you would start off with your COUNTIFS for one sheet, then replicate it for the second sheet and add them together, then add a third COUNTIFS for the third sheet, so on and so forth:
=COUNTIFS({First Sheet}, "On Hold") + COUNTIFS({Second Sheet}, "On Hold") + COUNTIFS({Third Sheet}, On Hold")..........................
-
Thanks Paul, appreciate your time taken to respond and very clear!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!