ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Number Formatting (https://www.excelbanter.com/excel-worksheet-functions/30011-number-formatting.html)

Delaina

Number Formatting
 

Hello-
I have a report for work that I have to do today and on the spreadsheet
there are phone numbers that were entered on a spreadsheet as
(###)###-#### I need to reformat the numbers w/out the special
characters. I tried custom format and that didn't work. I tried a
formula and that didn't work..so basically I need my phone numbers in
the spread sheet to look like this ##########. Is there a way to do
that?
Thanks,
Delaina


--
Delaina
------------------------------------------------------------------------
Delaina's Profile: http://www.excelforum.com/member.php...o&userid=24151
View this thread: http://www.excelforum.com/showthread...hreadid=377776


mangesh_yadav


If your phone nos is in A1, then enter the following formula in B1:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"(",""),")"," "),"-","")

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=377776


swatsp0p


Or another way, also in B1; copied down your range of numbers:

=MID(A1,2,3)&MID(A1,6,3)&RIGHT(A1,4)

Good Luck

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=377776


JE McGimpsey

Select your phone numbers, and do 3 Find/Replaces, replacing "(" with
nothing, ")" with nothing, and "-" with nothing.

In article ,
Delaina wrote:

Hello-
I have a report for work that I have to do today and on the spreadsheet
there are phone numbers that were entered on a spreadsheet as
(###)###-#### I need to reformat the numbers w/out the special
characters. I tried custom format and that didn't work. I tried a
formula and that didn't work..so basically I need my phone numbers in
the spread sheet to look like this ##########. Is there a way to do
that?
Thanks,
Delaina



All times are GMT +1. The time now is 08:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com