Forum Discussion
Anonymous
3 years agoNot applicable
COUNT with Text and multiple OR statements
Hi All! I am struggling a little with an equation. Overall I am trying to divide count(column1)/count(respondents) in simple terms but it is turning out to be a little harder than that which is where...
lbendlin
Super User
3 years agoThe syntax is a little off.
DIVIDE(COUNTA(Column1) , IF ( [column1]="1" || [column2] ="1" || [column3] ="1" || [column4] ="1" || [column5] ="1",count(respondents)),0)