Hi All,
Could you kindly help me how to validate below data set in excel ?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Group_Name[/TD]
[/TR]
[TR]
[TD]112[/TD]
[TD]Group 1[/TD]
[/TR]
[TR]
[TD]113[/TD]
[TD]Group 2[/TD]
[/TR]
[TR]
[TD]114[/TD]
[TD]Group 3[/TD]
[/TR]
[TR]
[TD]115[/TD]
[TD]Group 2[/TD]
[/TR]
</tbody>[/TABLE]
I would like to write a macro to validate that every group should only have one distinct ID
In the above example Group 2 are assigned with two ID's 113 & 115 that should be highlighted using the macro.
Thanks,
Rameez Shaik
Could you kindly help me how to validate below data set in excel ?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Group_Name[/TD]
[/TR]
[TR]
[TD]112[/TD]
[TD]Group 1[/TD]
[/TR]
[TR]
[TD]113[/TD]
[TD]Group 2[/TD]
[/TR]
[TR]
[TD]114[/TD]
[TD]Group 3[/TD]
[/TR]
[TR]
[TD]115[/TD]
[TD]Group 2[/TD]
[/TR]
</tbody>[/TABLE]
I would like to write a macro to validate that every group should only have one distinct ID
In the above example Group 2 are assigned with two ID's 113 & 115 that should be highlighted using the macro.
Thanks,
Rameez Shaik