Summary Task formula for COUNTIF Before TODAY and Status IS NOT "Not Started"
Hello,
I'm looking for a summary task formula to count a row if the date is before today and Status value is NOT "Location Not Started". I've tried a few formulas and can't get to a working one. This is the last one I tried and getting and "Incorrect Argument" error message:
=COUNTIFS([Confirmed Install Date]:[Confirmed Install Date], <=TODAY(), IF(NOT([Combined Status]:[Combined Status] = "Location Not Started")))
Thank you for your help!
--Lisa M.
Best Answer
-
@Lisa Matthews your formula is close but I tweaked it a little, should work now.
=COUNTIFS([Confirmed Install Date]:[Confirmed Install Date], <=TODAY(), [Combined Status]:[Combined Status], NOT(@cell = "Location Not Started"))
Answers
-
Try
=COUNTIF([Confirmed Install Date]:[Confirmed Install Date], <=TODAY()) - Countif([Confirmed Install Date]:[Confirmed Install Date], <=TODAY(), [Combined Status]:[Combined Status] = "Location Not Started")
Total count minus the ones you don't want
-
Hi @Austin Smith ,
Thank you for looking at this. I tried this formula (copied + pasted) and still getting the same error message: "Incorrect Argument Set", not sure why? Wanna have another look at it?
Thank you so much!
-Lisa
-
@Lisa Matthews your formula is close but I tweaked it a little, should work now.
=COUNTIFS([Confirmed Install Date]:[Confirmed Install Date], <=TODAY(), [Combined Status]:[Combined Status], NOT(@cell = "Location Not Started"))
-
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!