Counting Unique Values in A column

I

ibeetb

I need to count the unique (non-duplicate) values in a column range.
Does anybody know an Excel or VBA function to do this?
 
K

Ken Wright

=SUM(1/COUNTIF(A1:A1000,A1:A1000))
(Array Entered - CTRL+SHIFT+ENTER)

or

=SUM(N(FREQUENCY(A1:A1000,A1:A1000)>0))
(Array Entered - CTRL+SHIFT+ENTER)
(Numbers only in a mix of numbers & Text)
 

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