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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!