Hello,
I have a 5000 line ling excel document. In column "AG" I have a long list of phone numbers. I need to remove the "-" from the numbers. E.g. 555-555-5555 needs to become 5555555555 all down the column. Similarly, I have column "J" which has birth dates. I need to remove the / from the birthdates and replace them with dashes. E.g. 5/5/1980 needs to be 5-5-1980.
Is there a way to do this without going through all 5000 lines? Please let me know if there is!
Thank you so much.
You'll do 2 find and replaces. First select all of column AG. Copy that to a new sheet. On that new sheet, hit ctrl-f for find. In the find what field enter a dash, in the replace with field don't enter anything. Click replace all. Copy that data back to the original sheet.
The repeat this process with AJ, finding - and replacing with /
Hope this helps!!