Hi
Currently I compare two sets of exported data in Excel.
I do this simply by using a Countif formula on a unique Database ID then sorting the Data so any lines which are unique move to the top of the list
However I want to expand this
Where the Countif formula declares a duplicate I want to run an additional check on one of the other cells typically in a Date/Time format.
This is to pick up where the time value has changed from the older export to the newer data.
In example
[TABLE="width: 165"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]815917[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]802244[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]801562[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]801562[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]815917[/TD]
[TD]08.04.2017 - 01:30
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So in this example there are 2 columns - ID and Date/Time
802244 would move to the top to be looked as its unique
801562 nothing would happen
815917 would flag as time discrepancy but wouldn't move as its
Is there an easy way to implement this without coding a macro - each sheet in its first iteration is a version of the original export sheet- the data is not added to a different sheet
Currently I compare two sets of exported data in Excel.
I do this simply by using a Countif formula on a unique Database ID then sorting the Data so any lines which are unique move to the top of the list
However I want to expand this
Where the Countif formula declares a duplicate I want to run an additional check on one of the other cells typically in a Date/Time format.
This is to pick up where the time value has changed from the older export to the newer data.
In example
[TABLE="width: 165"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]815917[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]802244[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]801562[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]801562[/TD]
[TD]08.04.2017 - 01:00[/TD]
[/TR]
[TR]
[TD]815917[/TD]
[TD]08.04.2017 - 01:30
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So in this example there are 2 columns - ID and Date/Time
802244 would move to the top to be looked as its unique
801562 nothing would happen
815917 would flag as time discrepancy but wouldn't move as its
Is there an easy way to implement this without coding a macro - each sheet in its first iteration is a version of the original export sheet- the data is not added to a different sheet