I have a mail list in excel that I want to dedupe by phone number. The dedupe recognizes the same number as two different numbers if there is a space in one of the numbers. Can someone explain a way of taking the string of 3000 phone numbers and remove the space?
2223334444
222 3334444
222 333 4444
222333 4444
222 3334444
I used replace to remove the brackets, but not the space(s).
Thanks
Bookmarks