Countifs Only Resulting in 0
I'm creating a new summary sheet and counting cells that match certain words in a different macro sheet. In my summary, I have two columns:
1 - A total column (counting how many phase 1 or phase 2 items there are)
2 - A total complete column (counting how many items in "phase 1" are marked "complete")
I've double checked and tried a handful of different types of equations and always get 0 or error. There should be 1 total, which works correctly, but when I do "countifs" for the second column, it does not pull the 1 complete.
=COUNTIFS({Sanderson Macro Schedule (CN) Range 5}, {Sanderson Macro Schedule (CN) Range 6} = "Phase 1", {Sanderson Macro Schedule (CN) Range 5}, {Sanderson Macro Schedule (CN) Range 4} = "complete")
Answers
-
Maybe try this one.
=COUNTIFS({Sanderson Macro Schedule (CN) Range 6} = "Phase 1", {Sanderson Macro Schedule (CN) Range 4} = "Complete")
I think maybe you were using the COUNTIFS sort of like a SUMIFS but they're a little different.
I hope that helps.
Matt
-
This unfortunately gives me a "#invalid operation" result.
-
Hi @Winkle_ProjectCoordinator ,
See if this gives you what you are looking for.
=COUNTIFS({Sanderson Macro Schedule (CN) Range 6}, @cell = "Phase 1", {Sanderson Macro Schedule (CN) Range 4}, @cell = "complete")
Hope this helps,
Dave
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!