Hi,
I have a sheet containing duplicate employee ID in column B. So what I would like to do next is to delete those duplicate entries (by row) and will just retain the last entry in the sheet.
With this, I would like to delete row #s 1, 2, 4, 5, 6 and will just keep row 3 and 7. the formula should work until the last row with data.
TIA for the help!
I have a sheet containing duplicate employee ID in column B. So what I would like to do next is to delete those duplicate entries (by row) and will just retain the last entry in the sheet.
PHP:
Row Column A Column B Column C Column D
1 PHMBIA Maricel A. Chemical ---
2 PHMBIA Maricel A. Chemical ---
3 PHMBIA Maricel A. Chemical 9/17/2015
4 PHMABC Mari L. Refinery ---
5 PHMABC Mari L. Refinery ---
6 PHMABC Mari L. Refinery ---
7 PHMABC Mari L. Refinery ---
With this, I would like to delete row #s 1, 2, 4, 5, 6 and will just keep row 3 and 7. the formula should work until the last row with data.
TIA for the help!