Unique Dates...

G

Guest

I have cells A1 through J1 populated with dates (some are the same dates, and
some are different).

* In cell K1 I'd like to write a formula which tells me if the value in
cell A1 is unique compared to all the dates in the A1-J1 range.

* In cell L1 I'd like to write a formula which tells me if the value in
cell B1 is unique compared to all the dates in the A1-J1 range

repeat for 10 cells.

What formula can I use to accomplish this?

Thanks in advance.
 
B

Bill Kuunders

enter in K1

=COUNTIF($A1:$J1,A1)

extend it to the right using the right hand bottom corner
left click and drag

when the result is 1.......... it's unique
you could highlight them with conditional format

Greetings from NZ
Bill K
 

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