excel - Get a count of X in a column that has X and Y -


i have column has values of x , y. want write formula in excel can calculate number of (x)s , (y)s in column. screen shot

i've tried using if() formula haven't had sucess.

your formula should d3 :

=countif(a2:a100, "x") 

and e3 :

=countif(a2:a100, "y") 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -