Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do i covert 9780764311223 to read 987-0-7643-1122-3

I have a column 0f 3500 of numbers to convert
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default how do i covert 9780764311223 to read 987-0-7643-1122-3

Custom format 000-0-0000-0000-0, or formula =TEXT(A1,"000-0-0000-0000-0")
--
David Biddulph

"ian78" wrote in message
...
I have a column 0f 3500 of numbers to convert



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default how do i covert 9780764311223 to read 987-0-7643-1122-3

2 ways -
First - make a backup copy of your sheet

If you want to leave it as it is but DISPLAY it differently, use
Format-Cells-Number, choose Custom from the left panel and under Type: enter
this code

000-0-0000-0000-0

If you actually need to change the value, in a column near the list (let's
assume the list is in column A) enter this formula along side of each entry

=text(A1,"000-0-0000-0000-0")

Copy the range of cells with the formulas, then select your original values
and use Edit-Paste Special - Values to replace the original data with the new
data, then clear all you formulas


"ian78" wrote:

I have a column 0f 3500 of numbers to convert

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default how do i covert 9780764311223 to read 987-0-7643-1122-3

Maybe just using format|cells|Number tab|custom would be enough.

Give it a format of:
000-0-0000-0000-0

This changes the display--not the value.

If you need to change the value, you could use a helper column of cells:
=text(a1,"000-0-0000-0000-0")
copy down the column
and edit|copy, edit|paste special|values over the original range. Then delete
the helper column.

ps. It's better to write your question in the body of the message--not just the
subject line.

ian78 wrote:

I have a column 0f 3500 of numbers to convert


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default how do i covert 9780764311223 to read 987-0-7643-1122-3

if they are really numbers format-cell-numbers-custom
000-0-0000-0000-0
if they are text that looks like numbers
=left(A1,3)&"-"&mid(a1,4,1)&"-"&mid(A1,5,4)&"-"&mid(A1,9,4)&"-"&mid(a1,13,1)

"ian78" wrote:

I have a column 0f 3500 of numbers to convert

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
Covert Data the comes for a CVS cyndi Excel Discussion (Misc queries) 1 March 1st 07 07:21 PM
Do anyone know how to covert 912:30:44 into seconds mbasensation Excel Discussion (Misc queries) 8 December 14th 06 01:23 AM
covert 72.8 to 72:48 Rosemary Excel Worksheet Functions 2 October 10th 06 02:17 PM
How do I covert rows to columms? Mint Excel Worksheet Functions 3 June 12th 06 10:09 PM
covert Cellular phone dec to hex tom g Excel Discussion (Misc queries) 2 November 21st 05 09:31 AM


All times are GMT +1. The time now is 11:51 AM.

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

About Us

"It's about Microsoft Excel"