Forum Discussion
Syndicate_Admin
3 years agoAdministrator
How to count if
Hello good, sorry anyone knows how I can perform the text count "yes", in a column containing "yes" and "no"?
Syndicate_Admin
3 years agoAdministrator
This measure uses the FILTER function to select only the rows in the specified column that contain the text "if". The COUNTROWS function then counts the number of resulting rows, which will give you the "if" text count in that column.