![]() |
social security numbers
How do I change social security numbers so that all the dashes are removed?
thank you for your help in advance. Jean |
Have a look in HELP for SUBSTITUTE
-- Don Guillett SalesAid Software "Jean" wrote in message ... How do I change social security numbers so that all the dashes are removed? thank you for your help in advance. Jean |
Thank you, I did look there first but cannot understand how to convert the
format from dashes to no dashes, even after looking at that section of the help. I have 800 records to convert and do not want to have to go in and delete all the dashes if I can do it an easier way! "Don Guillett" wrote: Have a look in HELP for SUBSTITUTE -- Don Guillett SalesAid Software "Jean" wrote in message ... How do I change social security numbers so that all the dashes are removed? thank you for your help in advance. Jean |
Maybe just select the range with the SSNs with dashes and
Edit|replace what: - (hypen) with: (leave blank) replace all Then format it as a SSN (format|cells|number Tab|special|SSN) as a formula that returns text: =substitute(a1,"-","") or as a formula that returns a number: =--substitute(a1,"-","") Jean wrote: Thank you, I did look there first but cannot understand how to convert the format from dashes to no dashes, even after looking at that section of the help. I have 800 records to convert and do not want to have to go in and delete all the dashes if I can do it an easier way! "Don Guillett" wrote: Have a look in HELP for SUBSTITUTE -- Don Guillett SalesAid Software "Jean" wrote in message ... How do I change social security numbers so that all the dashes are removed? thank you for your help in advance. Jean -- Dave Peterson |
All times are GMT +1. The time now is 07:09 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com