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.
[TABLE="class: cms_table, width: 283"]
<tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: cms_table_grid, width: 500"]
<tbody>[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80"]Create Date[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="class: cms_table, width: 75"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 75"]ID[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="class: cms_table, width: 64"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 64"]Column C[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="class: cms_table, width: 64"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 64"]Column D[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12345[/TD]
[TD]Data 1[/TD]
[TD]Data 1[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11111[/TD]
[TD]Data 2[/TD]
[TD]Data 2[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]6/12/2016[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12345[/TD]
[TD]Data 3[/TD]
[TD]Data 3[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]22222[/TD]
[TD]Data 4[/TD]
[TD]Data 4[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]5/17/2016[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11111[/TD]
[TD]Data 5[/TD]
[TD]Data 5[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]22222[/TD]
[TD]Data 6[/TD]
[TD]Data 6[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/11/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11111[/TD]
[TD]Data 7[/TD]
[TD]Data 7[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: cms_table, width: 283"]
<tbody>[TR]
[/TR]
</tbody>[/TABLE]
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
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.
[TABLE="class: cms_table, width: 283"]
<tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: cms_table_grid, width: 500"]
<tbody>[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80"]Create Date[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="class: cms_table, width: 75"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 75"]ID[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="class: cms_table, width: 64"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 64"]Column C[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="class: cms_table, width: 64"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 64"]Column D[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12345[/TD]
[TD]Data 1[/TD]
[TD]Data 1[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11111[/TD]
[TD]Data 2[/TD]
[TD]Data 2[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]6/12/2016[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12345[/TD]
[TD]Data 3[/TD]
[TD]Data 3[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]22222[/TD]
[TD]Data 4[/TD]
[TD]Data 4[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]5/17/2016[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11111[/TD]
[TD]Data 5[/TD]
[TD]Data 5[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/12/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]22222[/TD]
[TD]Data 6[/TD]
[TD]Data 6[/TD]
[/TR]
[TR]
[TD][TABLE="class: cms_table, width: 80"]
<tbody>[TR]
[TD="class: cms_table_xl65, width: 80, align: right"]7/11/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]11111[/TD]
[TD]Data 7[/TD]
[TD]Data 7[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: cms_table, width: 283"]
<tbody>[TR]
[/TR]
</tbody>[/TABLE]
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