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
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives