I am looking for a way to remove duplicates from a column. I know how to do it from the end of column up, but I need the first instant of the value to stay. Also I need the code to stop once it hits an empty cell. Column is segmented into different section spit by empty cell. I do not want to shift cells up.
Example 1:
T204 Center Drill
T201 Rough Turn
T201 Rough Turn
T201 Rough Turn
End Results:
T204 Center Drill
T201 Rough Turn
Example 2 with blank cell in between:
T204 Center Drill
T201 Rough Turn
T201 Rough Turn
T201 Rough Turn
End Results:
T204 Center Drill
T201 Rough Turn
T201 Rough Turn
Thank You,
JT
Example 1:
T204 Center Drill
T201 Rough Turn
T201 Rough Turn
T201 Rough Turn
End Results:
T204 Center Drill
T201 Rough Turn
Example 2 with blank cell in between:
T204 Center Drill
T201 Rough Turn
T201 Rough Turn
T201 Rough Turn
End Results:
T204 Center Drill
T201 Rough Turn
T201 Rough Turn
Thank You,
JT