Count one value in a multi-select cell

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())))))


Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!