Question : Strip spaces out of phone numbers in Excel

I have a spreadsheet that has phone numbers in a column.  Problem is, the phone numbers have spaces where you would usually have dashes.  Like 704-322-9999 is listed as 704 322 9999.  I need a forumula that will remove the spaces so that the number above is 7043229999.

Thanks,
Mark

Answer : Strip spaces out of phone numbers in Excel

>> It could be a setting in the windows Regional and Langues setting in the control panel, try that.

My guess also, but if you really have a space you can use this formula:

=SUBSTITUTE(A1," ", "")

Random Solutions  
 
programming4us programming4us