Excel

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Can anyone tell me how to:

Add the area code in column A (510)
to the phone number in column B (339-7777)

to end up with a new column 5103397777

Thank you
 
Can anyone tell me how to:

Add the area code in column A (510)
to the phone number in column B (339-7777)

to end up with a new column 5103397777

Thank you

use the CONCATENATE function. Read how to in the HELP section.

Clarence aka ~~~
NB:MY EMAIL DOESN'T work due to Spam.
 
Hi Kevin!

Use:
=A1&SUBSTITUTE(B1,"-","")

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Hi Kevin!

Use:
=A1&SUBSTITUTE(B1,"-","")
Ooppss!

Forgot about the dash "-" ....... *redfaced*

Clarence aka ~~~
MY EMAIL IS A DUD due to Spam
 

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