Jim,
Assume your number with a dash is in cell D4. This should find & remove the dashes:
=REPLACE(D4,FIND("-",D4),1,"")
Paste it beside your original numbers all the way down. Convert them to plain numbers with copy / paste special - values only.
HTH,
Ian
Hi Jim, I'm from Canada so I have no idea of the format for your social security numbers and your zip codes. Can you post samples of each?
Barrie
Not sure if it will work efficiently for 10,000 records, but for a single cell I just did a find & replace (start by hitting Ctrl+F) to find the dashes ("find what?" is -) and replace them with nothing ("replace with" leave blank) and then select "replace all". Resulting number is in scientific notation but easily reformatted ("format, cells, custom, 0")
Hope this works for you
No need to be concerned with the position of the
hyphens. Just use...
=SUBSTITUTE(A1,"-","")