View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
smartgal smartgal is offline
external usenet poster
 
Posts: 84
Default Convert number to ph # for mail merge (updated)

Perfect!!! Thank you!

"David Biddulph" wrote:

=TEXT(A2,"(000) 000-0000")
--
David Biddulph

"smartgal" wrote in message
...
I am doing a mail merge and one of the fields is a phone number. I format
it
in excel to look like a phone number but when I merge it just comes over
as
seven numbers - no parens, no dash, etc. Ideally I'd like to still enter
it
as a straight number, as I am now, but have another field that could
"translate" it into the following format: (xxx) xxx-xxxx.

Thanks!