Combine a column from two different sheets ="Complete"
I am attempting to take info from a column from two different sheets and combine the total.
The formula I am working with to perform this for a single column is:
=COUNTIF({Project Plan - Project A Range 1},="Complete")
I tried using the following:
=COUNTIFS({Project Plan - Project A Range 1}, ="Complete", {Project Plan - Project B Range 1}, ="Complete")
However I only get the output for the first one. Any help?
Best Answer
-
DO a single COUNTIF for each and then add them together.
=COUNTIFS({Project A}, "Complete") + COUNTIFS({Project B}, "Complete")
Answers
-
DO a single COUNTIF for each and then add them together.
=COUNTIFS({Project A}, "Complete") + COUNTIFS({Project B}, "Complete")
-
Thanks very much that worked
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 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!