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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!