Reputation: 845
I am having trouble removing duplicate values from a column, I would usually do this in python but I don't have access to the environment unfortunately.
I cant figure out how to remove duplicate values from this column.
DIR
Output
Output
Input
Output
Input
Input
Input
Input
Output
I need to remove the Output
from the column and leave that place empty, so ideally the end result would look like this
DIR
Input
Input
Input
Input
Input
Thank you very much, I know this is a noob question, please forgive :)
Upvotes: 1
Views: 79
Reputation: 27869
Select your data range and press Ctrl
+ F
then click replace tab.
There you should insert the word Output
and click Replace All
Upvotes: 2