Formatting SSN as Text

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I want the data enter to show in SSN format but need the
data type as text.

Is there a way to do this? I can not convert to text
(Data Text to Columns) because if the SSN starts with a
zero then the zero will be dropped off.

Thanks for any help.
 
I want the data enter to show in SSN format but need the
data type as text.

Is there a way to do this? I can not convert to text
(Data Text to Columns) because if the SSN starts with a
zero then the zero will be dropped off.

Thanks for any help.

If you must have it as text:

=TEXT(SSN,"000-00-0000")


--ron
 

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

Back
Top