Good morning,
I am receiving a #CALCULATING error for the below formula:
=COUNTIFS({Mobile Unit Data Form Range 15}, =1, {Mobile Unit Data Form Range 3}, "EMPLOYEE", {Mobile Unit Data Form Range 1}, AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))
Range 15 is a checkbox, Range 3 is the Employee's name, and I only want to see results from current month, using Range 1 which is the date of entry. There are only 3290 rows with data, so I am not sure how over 100000 cells are being referenced, even if all three ranges referenced count towards the total.
Can anyone please let me know why this would be happening?