COUNTIFS with Specific Dates
I'm working on a Pre-COVID and COVID list and could use some help. Can someone take a look?
One example: We need to COUNT how many times TRB was used during the dates of January 1st, 2020 to March 13, 2020.
=COUNTIFS(Division:Division, CONTAINS("TRB", @cell)), ([EventDate, >DATE(2020, 1, 1):EventDate, <DATE(2020, 3, 13)])
Best Answer
-
Hi @Jesse Willis ,
Try:
=COUNTIFS(Division:Division, CONTAINS("TRB", @cell)), [EventDate]:[eventdate], >DATE(2020, 1, 1), [EventDate]:[eventdate], <DATE(2020, 3, 13)])
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Jesse Willis ,
Try:
=COUNTIFS(Division:Division, CONTAINS("TRB", @cell)), [EventDate]:[eventdate], >DATE(2020, 1, 1), [EventDate]:[eventdate], <DATE(2020, 3, 13)])
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks Mark!
I used the following that worked beautifully!
=COUNTIFS({Complex Virtual Meeting Support Request Range 1}, =Division@row, {Zoom Webinar -Report Range 1}, >=DATE(2020, 1, 1), {Zoom Webinar -Report Range 1}, <=DATE(2020, 3, 13))
-
Happy to help. Thank you for using the Community.
Be Well,
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!