I'm trying to find the count if a list of col...

Iโ€™m trying to find the count if a list of columns values for a record equals a certain text value (โ€œXโ€). The list formula would be as below. LIST([Column1], [Column2], [Column3], [Column4]).

Is there a way to count if any column in this list = โ€œXโ€ without having to do an IFS for each column value?

0 2 297
2 REPLIES 2

IN(โ€œXโ€, LIST([Col1], [Col2], โ€ฆ ))

Thank you @praveen

Top Labels in this Space