Simply, I have two values to lookup
1st is a name as "A"
1st is a date that I should look for its month given as "9/1/2025"
Apparently, I used these values as conditions in a COUNTIFS function for counting the relevant data in a table that includes a number of names and a number of dates
I tried using
=COUNTIFS(range_of_Names,"A",MONTH(range_of_dates),month(Date_Cell))
the result is an error message