Looking to count from a contact column the number of times a name appears for any one month and year. The below resulting in #unparseable, a variation of resulted in #Invalid Argument set?
=COUNTIFS({Completed Dispatches Range 1}, AND(IFERROR(YEAR(@cell), 0) = 2023, IFERROR(MONTH(@cell), 0) = Category@row)) > 0, COUNTIFS({Completed Dispatches Range 1}, AND(IFERROR(YEAR(@cell), 0) = 2023, IFERROR(MONTH(@cell), 0) = Category@row, {Completed Dispatches Range 2}, CONTAINS("jason", @cell))))
Regards