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.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!