Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Increase rows by 1 when moving data from col. to col.

Is there a way to move data from one column to another and have it
automatically update the row number by 1?
Example:
Move Col-A to Col-D
row 1 = BW1 row 1 = BW2
row 2 = BW43 row 2 = BW44
row 3 = BW85 row 3 = BW86
row 4 = BW127 row 4 = BW128
I'm not good at explaining what I want to do, so hopefully the example helps.
And it will certainly speed up the process as I'm now having to manually
change line by line and there are MANY lines.
--
Gayle
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 266
Default Increase rows by 1 when moving data from col. to col.

Column D formula:

=LEFT(A1,2)&(RIGHT(A1,LEN(A1)-2)+1)

"Gayle" wrote:

Is there a way to move data from one column to another and have it
automatically update the row number by 1?
Example:
Move Col-A to Col-D
row 1 = BW1 row 1 = BW2
row 2 = BW43 row 2 = BW44
row 3 = BW85 row 3 = BW86
row 4 = BW127 row 4 = BW128
I'm not good at explaining what I want to do, so hopefully the example helps.
And it will certainly speed up the process as I'm now having to manually
change line by line and there are MANY lines.
--
Gayle

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Increase rows by 1 when moving data from col. to col.

Thanks for the prompt reply . . I'll try it. But I failed to show the
contents &BW&1, &BW&43, etc. . . . will this make a difference?
--
Gayle


"dhstein" wrote:

Column D formula:

=LEFT(A1,2)&(RIGHT(A1,LEN(A1)-2)+1)

"Gayle" wrote:

Is there a way to move data from one column to another and have it
automatically update the row number by 1?
Example:
Move Col-A to Col-D
row 1 = BW1 row 1 = BW2
row 2 = BW43 row 2 = BW44
row 3 = BW85 row 3 = BW86
row 4 = BW127 row 4 = BW128
I'm not good at explaining what I want to do, so hopefully the example helps.
And it will certainly speed up the process as I'm now having to manually
change line by line and there are MANY lines.
--
Gayle

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Increase rows by 1 when moving data from col. to col.

More specifically . . what I gave you was probably a little vague...
Here's some firm data:
Col. AU Col. BC
Col. BK
Currently have I want to have I want to
have
Row 20204: =$BW$18372 =$BW$18373 =$BW$18374
Row 20205 =$BW$18414 =$BW$18415 =$BW$18416
Row 20206 =$BW$18456 =$BW$18457 =$BW$18458
down to
Row 20243 =$BW$20010 =$BW$20011 =$BW$20012

When using what you gave me . . I received a #Value error. The Data is
currently "0" or blank in all the rows being referenced = Row #18372, etc.

Thanks for your help...
--
Gayle


"Gayle" wrote:

Thanks for the prompt reply . . I'll try it. But I failed to show the
contents &BW&1, &BW&43, etc. . . . will this make a difference?
--
Gayle


"dhstein" wrote:

Column D formula:

=LEFT(A1,2)&(RIGHT(A1,LEN(A1)-2)+1)

"Gayle" wrote:

Is there a way to move data from one column to another and have it
automatically update the row number by 1?
Example:
Move Col-A to Col-D
row 1 = BW1 row 1 = BW2
row 2 = BW43 row 2 = BW44
row 3 = BW85 row 3 = BW86
row 4 = BW127 row 4 = BW128
I'm not good at explaining what I want to do, so hopefully the example helps.
And it will certainly speed up the process as I'm now having to manually
change line by line and there are MANY lines.
--
Gayle

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
Moving data from multiple rows to single rows Pete Excel Worksheet Functions 5 February 16th 08 01:51 PM
Moving data from multiple rows into a single row GfW Excel Discussion (Misc queries) 3 September 28th 07 06:13 AM
Moving data in rows to columnar lmcmillan Excel Discussion (Misc queries) 2 April 13th 07 08:54 PM
moving column/cell data to rows/cells fails Richard RE Excel Worksheet Functions 0 June 20th 06 06:05 AM
Splitting data in a single cell that is seperated by commas, then moving to make individual rows [email protected] Excel Discussion (Misc queries) 2 April 3rd 06 10:44 AM


All times are GMT +1. The time now is 12:03 AM.

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

About Us

"It's about Microsoft Excel"