COUNTIFS with Due Date and Status
Hi! I've been trying to use a COUNTIFS formula to determine how many projects are 5 days out from the due date, as well as, which projects are either blank or In Progress. I definitely don't have the formula formatted correctly so it is not working.
Any help you can provide is greatly appreciated!
Best Answer
-
So to be clear...
You want to count all Statuses that are blank or in progress and within the next 5 days? If that is the case, here is a solution...
=COUNTIFS(Status:Status, OR(@cell = "In Progress", ISBLANK(@cell)), [Due Date 1]:[Due Date 1], AND(@cell >= TODAY(-5), @cell <= TODAY()))
Answers
-
For the due date...
=COUNTIFS([Due Date 1]:[Due Date 1], AND(@cell >= TODAY(-5), @cell <= TODAY()))
For the status...
=COUNTIFS(Status:Status, OR(@cell = "In Progress", ISBLANK(@cell)))
-
Thank you, @Paul Newcome. If I wanted to combine these formulas so it is counting each task that's due date is within five days and it is in progress/blank, which formula would come first? I have a really hard time with the structure of formulas.
Thank you again for your help!
-
So to be clear...
You want to count all Statuses that are blank or in progress and within the next 5 days? If that is the case, here is a solution...
=COUNTIFS(Status:Status, OR(@cell = "In Progress", ISBLANK(@cell)), [Due Date 1]:[Due Date 1], AND(@cell >= TODAY(-5), @cell <= TODAY()))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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