Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have text listed with dashes, 004-82-1000, I need to remove the dashes so
my data is a nine digit entry, 004821000. When I use replace I loose the leading zeros...Help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try in B1: =SUBSTITUTE(A1,"-","")
Copy down -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "S. Kissing" wrote: I have text listed with dashes, 004-82-1000, I need to remove the dashes so my data is a nine digit entry, 004821000. When I use replace I loose the leading zeros...Help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In addition to Max's solution you can 1) format the cells as text, then 2) do
a search & replace, replacing the hyphens with nothing "S. Kissing" wrote: I have text listed with dashes, 004-82-1000, I need to remove the dashes so my data is a nine digit entry, 004821000. When I use replace I loose the leading zeros...Help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
moving data to a cell, not pulling data to the cell | Excel Worksheet Functions | |||
Send multi data (Graph/Cell data) to Word doc as 1 item (no cells) | Excel Discussion (Misc queries) | |||
cell data not validated if navigating cell to cell with mouse | Excel Worksheet Functions | |||
Find MAX data in sheet (Cell) - Any cell that exceeds X amount of data | Excel Discussion (Misc queries) | |||
The match and lookup functions can find literal data but not the same data referenced from a cell | Excel Discussion (Misc queries) |