Retrieve all rows of duplicate IDs with a different create date.

asd372

New Member
Joined
Jul 12, 2017
Messages
2
Hi Everyone,

Will really appreciate if someone can help me out. Not sure if this requires VB or Macro so I don't know if I have also posted on the correct thread.

My problem is that the same IDs should all have the same create date but for some reason there are occurrences that a similar ID contains different create date.

Below is an example of my data.

<tbody>
</tbody>

Create Date

<tbody>
</tbody>

ID

<tbody>
</tbody>

Column C

<tbody>
</tbody>

Column D

<tbody>
</tbody>

7/12/2017

<tbody>
</tbody>

12345Data 1Data 1
7/12/2017

<tbody>
</tbody>

11111Data 2Data 2
6/12/2016

<tbody>
</tbody>

12345Data 3Data 3
7/12/2017

<tbody>
</tbody>

22222Data 4Data 4
5/17/2016

<tbody>
</tbody>

11111Data 5Data 5
7/12/2017

<tbody>
</tbody>

22222Data 6Data 6
7/11/2017

<tbody>
</tbody>

11111Data 7Data 7

<tbody>
</tbody>


<tbody>
</tbody>


ID 12345 have 2 different Create date which are 7/12/2017 and 6/12/2016.
ID 11111 have 3 different Create date which are 7/12/2017, 5/17/2017 and 7/11/2017.

On my original data there are actually 7000+ columns.. so it is really difficult to just conditionally formatting the duplicate IDs then check manually if the dates of those duplicate IDs matches (I highlight those with same ID but different create date).

Is there a way that I could retrieve or highlight the rows of those similar IDs with different create date faster than my method above?

Thank you very much in advance!

Best Regards,
Mike
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"

Forum statistics

Threads
1,216,248
Messages
6,129,702
Members
449,528
Latest member
Paula03

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top