Hi everyone,
I'm running into an issue trying to count the number of times a word appears in a 10 column range (SCPD Log Range 9) in a one month period. I have a column that assigns the month its respective numerical value and the same for the year.
I'd expect this formula to look across all 10 columns and count how many times "Parking" appears if the month column also contains "1" and the year column also contains "2023".
I'm getting the #Incorrect Argument Set error. Any help would be appreciated!
=COUNTIFS({SCPD Log Range 9}, "Parking", {SCPD Log Range 3}, "1", {SCPD Log Range 4}, "2023")