count unique records

S

spence

is there a function that can count the number of
different items in a list. in this list of 100, most of
the items are repeated sometimes up to 5 times. i need a
formula that can tell me how many different items are in
the list.
 
B

Bob Phillips

Spence,

This is how

=SUM(1/COUNTIF(A1:A13,A1:A13))

it's an array, so enter with Ctrl-Shift-Enter

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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