Hi Guys,
I have big excel file I have unique ID then client and price the issue i have unique ID can be the same on 7 raws I need to remove all of inuqie ids based if price is lower then 3 but I need to delete all 7 raws as price of first can be 2.94 but second 4.54 see example:
[TABLE="width: 242"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]2.989445[/TD]
[/TR]
[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]4.065677[/TD]
[/TR]
[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]8.4[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]170.6262[/TD]
[/TR]
[TR]
[TD="align: right"]121637552[/TD]
[TD][/TD]
[TD="align: right"]5.855528[/TD]
[/TR]
</tbody>[/TABLE]
So I want to delete top4 and then keep next because Price is over 5.8
Thank u
I have big excel file I have unique ID then client and price the issue i have unique ID can be the same on 7 raws I need to remove all of inuqie ids based if price is lower then 3 but I need to delete all 7 raws as price of first can be 2.94 but second 4.54 see example:
[TABLE="width: 242"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]2.989445[/TD]
[/TR]
[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]4.065677[/TD]
[/TR]
[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]8.4[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"]121518578[/TD]
[TD][/TD]
[TD="align: right"]170.6262[/TD]
[/TR]
[TR]
[TD="align: right"]121637552[/TD]
[TD][/TD]
[TD="align: right"]5.855528[/TD]
[/TR]
</tbody>[/TABLE]
So I want to delete top4 and then keep next because Price is over 5.8
Thank u