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

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -