Can't figure this out

S

SGT Buckeye

I have some cells custom formatted as 000-00-0000 for social security
numbers. On other sheets, I only need the last four of the SSNs. I
tried to use find *- and replace with " " but it did not work. Is
there a way to do this without using a macro? Also, is there a way to
do this using the special SSN format in Excel 2007? It will work if I
manually input the SSN with the dashes and not custom formatting.
 
F

FSt1

hi
you could bring the last 4 over with a formula.

=right(sheet1!A2,4)

look up the right, left and mid functions in xl help.

regards
FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top