Hi Community!
I am hoping someone can help me figure out how to correct this formula or create a new one. I want to count how often the regional VP’s name appears in a row with a date within a specific date range (quarter). Current formula I am using in a calculation sheet and referencing another:
=COUNTIFS({TLH User Engagement Range 3}, "Sanchez", {TLH User Engagement Range 6}, AND(@cell >= DATE(2024, 1, 1), @cell <= DATE(2024, 3, 31)))
It is returning a count of 0 but there a 4 rows that should meet the criteria.
Thanks!