ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Remove the hypens from a social security number (https://www.excelbanter.com/excel-discussion-misc-queries/147989-remove-hypens-social-security-number.html)

Geish

Remove the hypens from a social security number
 
I just want to display the numbers without hypens, is there a formula?

JudithJubilee

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?


Peo Sjoblom

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?





All times are GMT +1. The time now is 04:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com