Formula should be returning a value of 3 not zero
I have created the below formula to calculate the number of projects by application (primary column) whose status is Not Started and belongs to group TMOEX. I should be getting a value of 3 but it is returning 0. Can anyone help identify what is incorrect in my formula? Thank you!
=COUNTIFS({Project Status}, "Not Started", {ALL COES}, HAS(@cell, "TMOEX"), {Application}, [Primary Column]@row)
Answers
-
Hi @J. Earp - Are you envisioning something like this?
TMOEX - Not Started (column formula):
=COUNTIFS([ALL COES]@row, "TMOEX", [Project Status]@row, "Not Started")
Totals:
=SUMIF([TMOEX - Not Started]:[TMOEX - Not Started], "1")Depending on your next steps you could also use a Lookup to pull in project names or just start off initially using the Smartsheet Pivot(if you have it):
Best Regards,
Yvonne Smythe
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!