Formula to count criteria from two different columns, one of which is a date.
=COUNTIF([Reporting Type]:[Reporting Type], "Case")
I have the above formula established that counts just the "case" in a column, but also want to include another criteria that only counts if a date that is greater than TODAY is in another column. I've looked online and have not found one that works.
Below is an example of what I am looking for, but I know that it is incorrect.
=COUNTIFS([Reporting Type]:[Reporting Type], "Case",AND[RTW/RTS]:[RTW.RTS],
Can you help?
Best Answer
-
Try this...
=COUNTIFS([Reporting Type]:[Reporting Type], @cell = "Case", [RTW/RTS]:[RTW.RTS], @cell > TODAY())
Answers
-
Try this...
=COUNTIFS([Reporting Type]:[Reporting Type], @cell = "Case", [RTW/RTS]:[RTW.RTS], @cell > TODAY())
-
It worked!!! Thank you for your help.
-
Happy to help. 👍️
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!