I want to count the amount of tenders won in the current year from a multi-select column. I get '0' but the formula should return the total sum. What am I missing?
=COUNTIFS([Satisfaction Measure]:[Satisfaction Measure], ="Tender Award", [Expected Close Date]:[Expected Close Date], AND(IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))
OR
=COUNTIFS([Satisfaction Measure]:[Satisfaction Measure], OR(HAS(@cell = "Tender Award", [Expected Close Date]:[Expected Close Date], AND(IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))))