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
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!