counta formula that doesn't count duplicates

M

Meenie

I have excel 2003
How can I create a formula that counts items in a column without counting
duplicates?
sorry if this comes through twice, I entered it once and it doesn't seem to
come up even though other new questions have popped in.
thanks Meenie
 
M

Mike H

Hi,

Try this with the range adjusted to suit

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

Mike
 
T

T. Valko

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

You're asking for the wrath of Bernd! <g>
 
T

T. Valko

Yeah, that's it.

Seems every time I suggest a formula for counting uniques Bernd always finds
me and "chastizes" me for my suggestion.
 
M

Mike H

Biff, Bernd,

On reflection I won't recommend that formula again I'll recommend the much
faster alternative. Goodnight both and a very happy Christmas.

Sincerely,

Mike
 

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