Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
timmyg
 
Posts: n/a
Default Changing data within one row

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

  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

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)

--
Regards,
Dave


"timmyg" wrote:

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

  #4   Report Post  
timmyg
 
Posts: n/a
Default

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!!



"David Billigmeier" wrote:

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)

--
Regards,
Dave


"timmyg" wrote:

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

  #5   Report Post  
David Billigmeier
 
Posts: n/a
Default

If all the information is in row A, place this formula in A2 and drag it to
the right:

=CONCATENATE("555-",A1)
--
Regards,
Dave


"timmyg" wrote:

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!!



"David Billigmeier" wrote:

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)

--
Regards,
Dave


"timmyg" wrote:

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



  #6   Report Post  
timmyg
 
Posts: n/a
Default

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



"David Billigmeier" wrote:

If all the information is in row A, place this formula in A2 and drag it to
the right:

=CONCATENATE("555-",A1)
--
Regards,
Dave


"timmyg" wrote:

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!!



"David Billigmeier" wrote:

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)

--
Regards,
Dave


"timmyg" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving data in a worksheet within a workbook Homeuser Excel Discussion (Misc queries) 2 August 21st 05 10:49 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
sort data without formulas in other cells changing? Vicky Excel Discussion (Misc queries) 2 March 15th 05 01:17 PM
Changing the Direction of Data within a Column Michael Parsons Excel Worksheet Functions 1 January 27th 05 06:52 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


All times are GMT +1. The time now is 03:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"