Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a long list of phone numbers. I need to add a "+" in the beginning of
the number before I import them in Outlook. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
before "+" add ' (Apostrophe symbol)
On Jun 2, 3:13*pm, Martin wrote: I have a long list of phone numbers. I need to add a "+" in the beginning of the number before I import them in Outlook. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
but how can I add the plus to the list of numbers? I tried with "Find" and
"Replace", it didn't worked for me? "muddan madhu" skrev: before "+" add ' (Apostrophe symbol) On Jun 2, 3:13 pm, Martin wrote: I have a long list of phone numbers. I need to add a "+" in the beginning of the number before I import them in Outlook. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try this
select the telephone numbers then ctrl + 1 , u will get format cell window | in number tab choose custom | in type: put this +0 click ok On Jun 2, 3:59*pm, Martin wrote: but how can I add the plus to the list of numbers? I tried with "Find" and "Replace", it didn't worked for me? "muddan madhu" skrev: before "+" add ' (Apostrophe symbol) On Jun 2, 3:13 pm, Martin wrote: I have a long list of phone numbers. I need to add a "+" in the beginning of the number before I import them in Outlook.- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Muddan,
Your suggestion won't help. Changing the format will not change the underlying data. Regards, Fred. "muddan madhu" wrote in message ... try this select the telephone numbers then ctrl + 1 , u will get format cell window | in number tab choose custom | in type: put this +0 click ok On Jun 2, 3:59 pm, Martin wrote: but how can I add the plus to the list of numbers? I tried with "Find" and "Replace", it didn't worked for me? "muddan madhu" skrev: before "+" add ' (Apostrophe symbol) On Jun 2, 3:13 pm, Martin wrote: I have a long list of phone numbers. I need to add a "+" in the beginning of the number before I import them in Outlook.- Hide quoted text - - Show quoted text - |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In a separate column, use:
="+"&a1 And copy down. Adjust the range to suit your situation. Then either export this new column, or Copy/Paste Special...Values to replace the old column with the new. Regards, Fred. "Martin" wrote in message ... I have a long list of phone numbers. I need to add a "+" in the beginning of the number before I import them in Outlook. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how i convert "100" to "hundred"( number to text) in excel-2007 | Excel Worksheet Functions | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
find/replace "cr" from end of number to "-" in front of number | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |