COUNTIFS and within the last 30 days
Hello everyone. I trying to count specific reporting events that have been submitted/created within the last 30 days.
Pic 1 - Source sheet "TCIO Task Reporting - Master"
Pic 2 - Rollup Metrics Sheet (feeds dashboard)
Here is the unparseable formula that I am currently using to capture all CM reporting events created within the last 30 days.
=COUNTIFS({TCIO Task Input Range 1}, Category@row), AND({TCIO Task Input - Master Range 1}, >TODAY(-30))
Best Answer
-
Try this instead:
=COUNTIFS({TCIO Task Input Range 1}, Category@row, {TCIO Task Input - Master Range 1}, >TODAY(-30))
Answers
-
Try this instead:
=COUNTIFS({TCIO Task Input Range 1}, Category@row, {TCIO Task Input - Master Range 1}, >TODAY(-30))
-
This worked! Thank you very much for your assistance.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!