No. of different cells (numbers)

  • Thread starter Thread starter lefty
  • Start date Start date
L

lefty

Hello,

I have a problem to find the way how to count different cells. Fo
example in the column below

25871
25698
42587
42365
25871
25871
25698

the result of the formul would be 4. Can anyone help me?

Thanks
 
Hi
if your data is in column A try
=SUMPRODUCT(1/COUNTIF(A1:A100,A1:A100))
 

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

Back
Top