Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this: if your numbers are in A1 put this in B2
="("&LEFT(B2,3)&") "&MID(B2,4,3)&"-"&RIGHT(B2,4) "smartgal" wrote: 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! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See your later post
-- 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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Phone number not | Excel Discussion (Misc queries) | |||
how do I convert a number to number of years, months and days | Excel Worksheet Functions | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
Phone number | Excel Discussion (Misc queries) | |||
not able to convert text, or graphic number to regular number in e | Excel Worksheet Functions |