Need Help With COUNTIFS OR Formula.
=COUNTIFS([Timeline Prioritization]:[Timeline Prioritization], "Now (1/1/24-5/31/24)", [System Status]:[System Status], "In Progress")
That formula is to count the number of cells that have "Now (1/1/24-5/31/24)" in the Timeline Prioritization column while also have "In Progress" in the System Status column. Based on the provided screenshot, the number would be 3.
I would like to amend the above formula by adding an OR so that the formula counts the number of cells that columns that have "Now (1/1/24-5/31/24)" in the Timeline Prioritization column while also having either "In Progress" or "Pending Start" in the System Status column. Based on the provided screenshot, the number would be 4.
Best Answer
-
Try:
=COUNTIFS([Timeline Prioritization]:[Timeline Prioritization], "Now (1/1/24-5/31/24)", [System Status]:[System Status], OR(@cell = "In Progress", @cell = "Pending Start"
Answers
-
Try:
=COUNTIFS([Timeline Prioritization]:[Timeline Prioritization], "Now (1/1/24-5/31/24)", [System Status]:[System Status], OR(@cell = "In Progress", @cell = "Pending Start"
-
Thank you Nic. That worked.
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!