Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Remove the hypens from a social security number

I just want to display the numbers without hypens, is there a formula?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Remove the hypens from a social security number

Try

=left(A1,3)&mid(A1,5,2)&right(A1,4)

where the number is in cell A1

Judith
--
Hope this helps


"Geish" wrote:

I just want to display the numbers without hypens, is there a formula?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Remove the hypens from a social security number

If they are numbers formatted as SSN then just use

000000000

custom format, if they are text then just press ctrl + h and replace - with
nothing


--
Regards,

Peo Sjoblom



"Geish" wrote in message
...
I just want to display the numbers without hypens, is there a formula?



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
Social Security Number formatting Boo Excel Discussion (Misc queries) 7 September 12th 06 05:10 PM
Remove Dashes from Social Security Numbers catrose Excel Worksheet Functions 4 September 7th 06 04:20 PM
format social security number Kristy Excel Worksheet Functions 2 September 9th 05 04:13 PM
Social Security Number montagu Excel Discussion (Misc queries) 3 June 27th 05 05:09 PM
Social Security Number format Jean Excel Worksheet Functions 1 March 7th 05 09:37 PM


All times are GMT +1. The time now is 06:07 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"