Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how to reformat numbers

I have numbers entered as social security numbers I need to remove the
dashes. I have tried reformatting the cells but that doesn't work example
336-04-0000. How do I convert to just 33604000. I have thousands of numbers.
I am using microsoft
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default how to reformat numbers

=SUBSTITUTE(A2,"-","") or
Edit/ Replace/ - / by / [leave blank]
--
David Biddulph

"C.Loner" wrote in message
...
I have numbers entered as social security numbers I need to remove the
dashes. I have tried reformatting the cells but that doesn't work example
336-04-0000. How do I convert to just 33604000. I have thousands of
numbers.
I am using microsoft



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how to reformat numbers

=LEFT(A1,3) & MID(A1,5,2) & RIGHT(A1,4)
--
Gary''s Student - gsnu200765
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default how to reformat numbers

Edit....find........ replace

find what...........-........
replace with .....leave this blank.
--
Greetings from New Zealand



"C.Loner" wrote in message
...
I have numbers entered as social security numbers I need to remove the
dashes. I have tried reformatting the cells but that doesn't work example
336-04-0000. How do I convert to just 33604000. I have thousands of
numbers.
I am using microsoft



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how to reformat numbers

Thank you sooo much!! After spending hours on trying to figure this out, I
was able to complete the task in minutes.

"Bill Kuunders" wrote:

Edit....find........ replace

find what...........-........
replace with .....leave this blank.
--
Greetings from New Zealand



"C.Loner" wrote in message
...
I have numbers entered as social security numbers I need to remove the
dashes. I have tried reformatting the cells but that doesn't work example
336-04-0000. How do I convert to just 33604000. I have thousands of
numbers.
I am using microsoft






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
Reformat numbers EllenM Excel Discussion (Misc queries) 6 August 8th 07 04:22 PM
Reformat of a table [email protected] Excel Discussion (Misc queries) 2 December 7th 06 04:02 AM
Reformat column of telephone numbers Maree Excel Discussion (Misc queries) 2 March 1st 06 09:30 PM
Reformat telephone numbers in a column so all are formatted the s. Maree Excel Discussion (Misc queries) 2 March 1st 06 06:23 PM
How to reformat numbers stored as text (apostrophe at beginning) Dave Excel Discussion (Misc queries) 1 May 11th 05 02:34 AM


All times are GMT +1. The time now is 07:16 PM.

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"