How can I count dates if few duplicates in a column

T

Tariq Aziz

I entered few dates in Column C3 to C20, few of them are duplicates.
How can I count total number of dates (excluding duplicates), duplicates
should be count 1.
 
M

Mike H

Hi,

Try this

=SUMPRODUCT((C3:C20<>"")/COUNTIF(C3:C20,C3:C20&""))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

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