thisdumbdot
New Member
- Joined
- Sep 5, 2019
- Messages
- 2
Hey everyone,
I just stumbled across this forum during a frenzied state of Google searches, but with virtually zero experience with Excel I was fortunate enough to reverse engineer 99% of a phone number formatting issue.
The problem is I can't figure out how to remove the first "." from "555.555.5555" to change it to "+15555555555"
Here's the formula I have so far: =concatenate("+1",left(N2,3),"",mid(N2,4,3),"",right(N2,4))
But I can't seem to identify where the "." is still carrying over from?
Here's what happens:
Column N Column O
555.555.5555 +1555.5555555
Any ideas/solutions would be greatly appreciated!!
I just stumbled across this forum during a frenzied state of Google searches, but with virtually zero experience with Excel I was fortunate enough to reverse engineer 99% of a phone number formatting issue.
The problem is I can't figure out how to remove the first "." from "555.555.5555" to change it to "+15555555555"
Here's the formula I have so far: =concatenate("+1",left(N2,3),"",mid(N2,4,3),"",right(N2,4))
But I can't seem to identify where the "." is still carrying over from?
Here's what happens:
Column N Column O
555.555.5555 +1555.5555555
Any ideas/solutions would be greatly appreciated!!