Count frequency of a specific word after a specific date on reference sheet
I am trying to count the occurrence of specific words within another sheet that were made after a specific date. For example, where the word I want to count is Range 1 ("Word") and the date is found in Range 2).
=COUNTIFS({Intake Sheet Range 1}, "WORD" {Intake Sheet Range 2}, ">" & DATE(2023, 5, 1)
Thanks in advance for any recommendations.!
Best Answers
-
Hello @AEC,
This should do the trick
=COUNTIFS({Intake Sheet Range 1}, "WORD", {Intake Sheet Range 2}, {Intake Sheet Range 2} > DATE(2023, 5, 1))
Hope this helps
Sincerely,
Jacob Stey
-
Thank you!!! This worked like a charm. 😉
Answers
-
Hello @AEC,
This should do the trick
=COUNTIFS({Intake Sheet Range 1}, "WORD", {Intake Sheet Range 2}, {Intake Sheet Range 2} > DATE(2023, 5, 1))
Hope this helps
Sincerely,
Jacob Stey
-
Thank you!!! This worked like a charm. 😉
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!