Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Maree
 
Posts: n/a
Default Reformat telephone numbers in a column so all are formatted the s.

How do I reformat a column of telephone numbers so that all appear the same -
no parenthesis only the ###-###-####. I don't want to have to retype each
number.
--
Maree
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheila D
 
Posts: n/a
Default Reformat telephone numbers in a column so all are formatted the s.

If your current numbers are all the same length and all need to be the same
structure try using something like this in an empyty column
=LEFT(A1,3)&"-"&MID(A1,4,3)&"-"&RIGHT(A1,4) The LEFT function takes the 1st
3, the MID function takes the next 3 starting at character 4 and the RIGHT
function takes the last 4 from the right. The "-" gives you the separator
character.
Replace A1 with your own cell reference and then copy to all other numbers
Hope this helps

Sheila

"Maree" wrote:

How do I reformat a column of telephone numbers so that all appear the same -
no parenthesis only the ###-###-####. I don't want to have to retype each
number.
--
Maree

  #3   Report Post  
Posted to microsoft.public.excel.misc
Michael
 
Posts: n/a
Default Reformat telephone numbers in a column so all are formatted the s.

Hi Maree. You can format the column so that all phone numbers appear as
(123) 456-7890 by selecting the cells, going to format - cells - special and
selecting phone number.
--
Sincerely, Michael Colvin


"Maree" wrote:

How do I reformat a column of telephone numbers so that all appear the same -
no parenthesis only the ###-###-####. I don't want to have to retype each
number.
--
Maree

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel ? Do Not Call Table Vindictiiv Excel Worksheet Functions 3 January 21st 06 01:05 AM
Consecutive Numbers down a column not to Exceed 49 Nelson Excel Worksheet Functions 6 July 18th 05 09:32 PM
column filtering to match identical numbers sammc2 Excel Discussion (Misc queries) 1 July 14th 05 11:59 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Average of numbers in column between to other numbers Ditandhischeese Excel Discussion (Misc queries) 2 March 31st 05 03:35 AM


All times are GMT +1. The time now is 12:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"