Adding a hyphen

  • Thread starter Thread starter mzehr
  • Start date Start date
M

mzehr

Hi Misty,

2 methods that I can think of,
one is to format the number using a custom format ###-###-
####,
Another is using a formula to concoctenate the text,
assuming that the value is in a5, use =LEFT(A5,3)&"-"&MID
(A5,4,3)&"-"&RIGHT(A5,4)

HTH
 

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