I am using the formula below to find the number of times a particular service was requested in a given year. I am referencing columns from a sheet called Sheet1.
=COUNTIFS({Sheet1 Service Requested}, "Isolate Requested", {Sheet1 Date of Completion}, YEAR(@cell ) = 2021)
The column Service Requested is a dropdown with Isolate Requested as 1 item in the list.
The column Date of Completion is a date column with dates like 1/3/24.
The formula is returning zero results, but I know that there are at least 11 entries that meet these criteria.
I am able to get the number of Service Requested = "Isolate Requested" using COUNTIF like this:
=COUNTIF({MOAC Intake Service Requested}, "Isolate Request")
So I know SmartSheet can count things in a dropdown list and suspect I'm doing something wrong with the date portion of the formula.
Appreciate any help!