Changing data within one row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

do you know a way of changing an entire row of telephone numbers so that they
have a national dial code before them, without having to manually go in and
add it to each entry.i want to add the same infrmation to every cell for an
entire row without deleting the current info within the cells.

any ideas???

thanks
 
Assume your first phone number is in A1, and the prefix you want to add is
555...add this to B1 and drag down:

=CONCATENATE("555-",A1)
 
Hi and thanks for your help. I get that the calculation works which is great
but i can only get it to work for the cell A1. If i put the formula in to B1
it places the information into B1.

What i really need to to replace all the info in the entire row A. Sorry if
i have mis understood you but could you help any further?

thank you so much!!
 
If all the information is in row A, place this formula in A2 and drag it to
the right:

=CONCATENATE("555-",A1)
 
thank you so much, great help. Now for the tricky part. I need to delete the
first number from each of the numbers in each of the cells for the row(in
this case 0) and relace with the area code 01144.

can this be done. thanks again
 

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