countif not the same

  • Thread starter Thread starter Andrew@rushington
  • Start date Start date
A

Andrew@rushington

can i use countif to count the how many different values exist in a column.
 
can i use countif to count the how many different values exist in a column.

Assume Col A you want to count a list of uniques (excluding blanks)
within A1:A1000:

=SUMPRODUCT((A1:A1000<>"")/COUNTIF(A1:A1000,A1:A1000&""))

Richard
 

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

Similar Threads


Back
Top