Cell Formatting Removing Dashes

G

GIS Tech II

I am working with Excel, trying to remove dashes from Text "000-000-000-000"
but still keep zeros. The cell MUST keep all 12 digits including zeros for
it to work for me. The data is imported from a report program as delimited
text, and then I have to import the data to Access for a different program.
HELP!!!!!
 
A

Alan

Try
=SUBSTITUTE(A1,"-","")
The cell must be formatted as text to retain the leading zeros,
Regards,
Alan.
 
G

GIS Tech II

Alan,

Thanks a million, I'm not sure why I didn't think of creating a new
column.........
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top