We have a column for phone #s that is filled by our staff via a webform. As you can imagine, this leads to a lot of randomly formatted numbers.
Ex.
(555)555-5555
555-555-5555
555.555.5555
5555555555
I would like to construct a formula that will remove all the dashes, dots, spaces, parentheses, or even stray letters, to leave me with a nice clean string of numbers that I can write another formula to format into...
(555) 555-5555
everytime.
Any assistance would be appreciated, as I thought I would be able to nest the SUBSTITUTE formula, but I can't seem to make that work. Thanks!