COUNTIFS Date is before today and another field is blank
Hi
Can anyone help mw with my need to calculate the following for a sheet summary.
How many rows have a target date in the past AND the Date Completed for the same row is blank
This is not working so I suspect I have to add in a @row type value somewhere
=COUNTIFS([Date Completed]:[Date Completed], "",[Target Date]:[Target Date],<=TODAY)
Both criterion work on their own but not when joined.
Thanks
Graham
Best Answer
-
Hello Graham
I believe you've left off the parentheses off of Today. Today()
=COUNTIFS([Date Completed]:[Date Completed], "",[Target Date]:[Target Date],<=TODAY())
Answers
-
Hello Graham
I believe you've left off the parentheses off of Today. Today()
=COUNTIFS([Date Completed]:[Date Completed], "",[Target Date]:[Target Date],<=TODAY())
-
Thanks - schoolboy error :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!