How To find identical values

M

marcgijsman

Hi
I have a sheet with in which i like to find identical values and report
in how many times does this value appear.
A B C D
x y z x =3
r x r y =1
f f z z =2
r =1
f =2
I have tried several functions but no luck, can anyone tell me how to
do this?

Thanks in advance
 
B

Bondi

Hi
I have a sheet with in which i like to find identical values and report
in how many times does this value appear.
A B C D
x y z x =3
r x r y =1
f f z z =2
r =1
f =2
I have tried several functions but no luck, can anyone tell me how to
do this?

Thanks in advance

Hi,
Maybe you can use something like:

=COUNTIF(A1:C3,"f")

Regards,
Bondi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top