forginganewone
Board Regular
- Joined
- Mar 14, 2018
- Messages
- 64
[FONT="]I want to remove duplicate serial numbers from column A but the 1 serial that will be kept should have network category from column of "NW*"[/FONT]
[FONT="]Secondly I want to keep track of which serials will be removed so i will add another column and replace the removed serials with "To be removed" and the 1 serial that is kept saying "To be kept" (In the separate column that will be created)[/FONT]
[TABLE="class: s570a4-19 MzlEq"]
<thead style="margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;">[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TH="class: s570a4-25 hWWGpP, align: center"]Serial Number[/TH]
[TH="class: s570a4-25 hWWGpP, align: center"]Site id[/TH]
[TH="class: s570a4-25 hWWGpP, align: center"]Network Category[/TH]
[/TR]
</thead><tbody style="margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;">[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]1123[/TD]
[TD="class: s570a4-21 eUFXof"]NW-Antenna[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]3221[/TD]
[TD="class: s570a4-21 eUFXof"]NW-IDU[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]2299[/TD]
[TD="class: s570a4-21 eUFXof"]NW-ODU[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]2991[/TD]
[TD="class: s570a4-21 eUFXof"]NS-sz[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]7521[/TD]
[TD="class: s570a4-21 eUFXof"]NM-sd[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"][/TD]
[TD="class: s570a4-21 eUFXof"][/TD]
[TD="class: s570a4-21 eUFXof"][/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]What i had in mind was simply to use remove duplicate option on Column A:A and then use create new column and use formula =if($A1="","To be removed","To be kept")[/FONT]
[FONT="]But the problem with the above solution would be that i want the remaining serial from category "NW*" in column C[/FONT]
[FONT="]Secondly I want to keep track of which serials will be removed so i will add another column and replace the removed serials with "To be removed" and the 1 serial that is kept saying "To be kept" (In the separate column that will be created)[/FONT]
[TABLE="class: s570a4-19 MzlEq"]
<thead style="margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;">[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TH="class: s570a4-25 hWWGpP, align: center"]Serial Number[/TH]
[TH="class: s570a4-25 hWWGpP, align: center"]Site id[/TH]
[TH="class: s570a4-25 hWWGpP, align: center"]Network Category[/TH]
[/TR]
</thead><tbody style="margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;">[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]1123[/TD]
[TD="class: s570a4-21 eUFXof"]NW-Antenna[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]3221[/TD]
[TD="class: s570a4-21 eUFXof"]NW-IDU[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]2299[/TD]
[TD="class: s570a4-21 eUFXof"]NW-ODU[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]2991[/TD]
[TD="class: s570a4-21 eUFXof"]NS-sz[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"]AA22[/TD]
[TD="class: s570a4-21 eUFXof"]7521[/TD]
[TD="class: s570a4-21 eUFXof"]NM-sd[/TD]
[/TR]
[TR="class: s570a4-20 bKSoXW, bgcolor: rgba(255, 255, 255, 0.8)"]
[TD="class: s570a4-21 eUFXof"][/TD]
[TD="class: s570a4-21 eUFXof"][/TD]
[TD="class: s570a4-21 eUFXof"][/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]What i had in mind was simply to use remove duplicate option on Column A:A and then use create new column and use formula =if($A1="","To be removed","To be kept")[/FONT]
[FONT="]But the problem with the above solution would be that i want the remaining serial from category "NW*" in column C[/FONT]