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
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 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!