• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to check double dates in a list?

atulrajratna

New Member
Hi all,


I am working on a project and srucked on this-

If I have a list of dates as mentioned bellow. And there are some dates which are entered two-three times. But we dont know which they are, How to check those dates in given list?


e.g-

27-Jan-12

12-Feb-12

01-Mar-12

03-Apr-12

21-Apr-12

10-May-12

24-Jun-12

10-May-14

3-Jun-14

27-Jan-12

21-Apr-12


Please help.

Thank you so much!


Atul Rajratna
 
Hi Atul,


Welcome Back! :)


You can select the column, go to conditional formatting > highlight cell rules > highlight duplicates. and it is done!!


Regards,

Faseeh
 
A variation to Montrey's formula will also work if you place this in conditional formatting option with following formula:


Code:
=COUNTIF($A$1:A1,A1)>1


your data is in col A. Works on both 2003 & 2007


Regards,
 
Always trying to 1 up me Faseeh.


A variation to my formula could be to graph the countif's the decipher where your issues form.


:p
 
Back
Top