I have data that is imported that does not have phone numbers formatted. Right now they show up like this example: 15556667777
I would like to use ReReplacer to format the phone numbers correctly 1-555-666-7777. Can this be done? I was able to get it to partially work since the area code is standardized but the prefix and last 4 digits are different. How can I make this work?
My partial attempt gets me this far 1-555-6667777. I need to be able to put something in rereplacer that would take the next 3 digits, whatever they may be and then render a dash after to break up the number.
What would be the best way to handle this? Thanks for your efforts!