Need to add an or condition to Count/Collect Formula in Project Metrics Sheet.
I need to modify below formula to collect Project ID's on intake sheet where Project Status is "In Progress" or "Not Started". Below works only if Project Status is "In Progress"
=COUNT(DISTINCT(COLLECT({Project ID}, {Project Status}, "In Progress", {Project Length}, Label@row)))
Best Answer
-
Hi @Michele L you'd basically need to add an OR condition as your criterion using @cell
=COUNT(DISTINCT(COLLECT({Project ID}, {Project Status}, OR(@cell = "In Progress", @cell = "Not Started"), {Project Length}, Label@row)))
Answers
-
Hi @Michele L you'd basically need to add an OR condition as your criterion using @cell
=COUNT(DISTINCT(COLLECT({Project ID}, {Project Status}, OR(@cell = "In Progress", @cell = "Not Started"), {Project Length}, Label@row)))
-
Thank you Eric. This worked great. I thought I trired that before but I must have done something wrong.
😘
-
You're welcome!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!