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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!