I'm trying to count the number of projects starting in a year. I am using the formula mentioned below -
=COUNTIFS({Portfolio Roll-up - Start Date}, YEAR(@cell) = [Primary Column]@row)
where Primary column has the number "2021".
I am getting an error "#INVALID DATA TYPE". Both the columns (Primary and formula column), are text type columns.