countifs with multiple criteria with dates
I'm trying to count the number of items in a list that are on time, early and late. I have a "due date - plan", a "due date - actual" and a calculation of the difference.
The following formula works to count items where the difference is 0:
=COUNTIFS({TTKENG 2021 RoadMap Priority2}, "Red", {TTKENG 2021 RoadMap Stage2}, "9 Released", {TTKENG 2021 RoadMap OnTime}, "0")
But when I try to calculate items less than 0, etc, this does not work:
=COUNTIFS({TTKENG 2021 RoadMap Priority2}, "Red", {TTKENG 2021 RoadMap Stage2}, "9 Released", {TTKENG 2021 RoadMap OnTime}, <"0")
I'd also like to be able to calculate items between 1-14 days, and >14 days.
Can anyone help?
Best Answers
-
Hey @Angie Little
Remove the quote signs from zero and less than zero. Quotes aren't used with numbers and may cause a number to behave as if it were text.
-
Excellent - thank you!
Answers
-
Hey @Angie Little
Remove the quote signs from zero and less than zero. Quotes aren't used with numbers and may cause a number to behave as if it were text.
-
Excellent - thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!