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
Check out the Formula Handbook template!