Use countif to count unique values?

B

bam

Hello, is there a way to count unique values in a list of values.
Specifically, I have many 200 rows with specific dates. 1/1/2007, 3/12/2007,
etc. and I want to count the unique instances of dates.

Any help appreciated

Thanks

bmac
 
B

Barb Reinhardt

Add a helper column with this in it.

B1: =countif($A$1:$A1:A1)

Copy down. Let's assume you copy to B100.

In B102, put this: =countif(B1:B100,1)

It's not elegant, but I think it gets you what you want.
 

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


Top