Forum Discussion
Syndicate_Admin
Administrator
3 years agoHow 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
Administrator
3 years agoThis 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.