Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
brantty
 
Posts: n/a
Default How to copy cells horizontally to cells out of sequence

I have data in cells that are on Sheet1. This data is in Cells B2, B3, B4,
B5 etc (All Horizonally, ie staying in same row). I'm working on Sheet2 and
would like to know how to take this data from Sheet1 and copy it to different
cells on Sheet2, but have the data fall vertically. I can copy this once and
repeat, but I am looking for a formula that will do this for me so I can copy
it multiple times.

Example:

Sheet1, B2, will go to Sheet2, K4.
Sheet1 C2, will go to Sheet2, K5
Sheet1 D2, will go to Sheet2, K6

Please help.
  #2   Report Post  
Ragdyer
 
Posts: n/a
Default

One way:
Enter this in K4 of Sheet2, and copy down as needed:

=INDEX(Sheet1!$2:$2,ROWS($2:3))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"brantty" wrote in message
...
I have data in cells that are on Sheet1. This data is in Cells B2, B3,

B4,
B5 etc (All Horizonally, ie staying in same row). I'm working on Sheet2

and
would like to know how to take this data from Sheet1 and copy it to

different
cells on Sheet2, but have the data fall vertically. I can copy this once

and
repeat, but I am looking for a formula that will do this for me so I can

copy
it multiple times.

Example:

Sheet1, B2, will go to Sheet2, K4.
Sheet1 C2, will go to Sheet2, K5
Sheet1 D2, will go to Sheet2, K6

Please help.


  #3   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

do you want b2 b3 b4 etcto be copied c5 c6 c7 etc in some on some other
sheet
copy b2 b3 b4 (edit-copy)
and go the new sheet new cell and click edit-pastspecial and click
<transpose at the bottom of paste special window




"brantty" wrote in message
...
I have data in cells that are on Sheet1. This data is in Cells B2, B3,

B4,
B5 etc (All Horizonally, ie staying in same row). I'm working on Sheet2

and
would like to know how to take this data from Sheet1 and copy it to

different
cells on Sheet2, but have the data fall vertically. I can copy this once

and
repeat, but I am looking for a formula that will do this for me so I can

copy
it multiple times.

Example:

Sheet1, B2, will go to Sheet2, K4.
Sheet1 C2, will go to Sheet2, K5
Sheet1 D2, will go to Sheet2, K6

Please help.



  #4   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi

Since you say your source date is on the same row, I guess you mean
B2:E2 as opposed to B2:B5
Copy cells B2:E2
Move to Sheet2, K4 Paste SpecialTranspose

Alternatively, you could enter the following formula in Sheet2 cell K4
=OFFSET(Sheet5!$B$2,COLUMN()-11,ROW()-4)
Copy down column K as far as you wish, then across the sheet through
columns L onward, if you want to pick up data from B3:E3 etc.

Regards

Roger Govier



brantty wrote:

I have data in cells that are on Sheet1. This data is in Cells B2, B3, B4,
B5 etc (All Horizonally, ie staying in same row). I'm working on Sheet2 and
would like to know how to take this data from Sheet1 and copy it to different
cells on Sheet2, but have the data fall vertically. I can copy this once and
repeat, but I am looking for a formula that will do this for me so I can copy
it multiple times.

Example:

Sheet1, B2, will go to Sheet2, K4.
Sheet1 C2, will go to Sheet2, K5
Sheet1 D2, will go to Sheet2, K6

Please help.


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
copy a block of cells florin Excel Discussion (Misc queries) 2 October 12th 05 03:16 PM
How to use macros to copy a range of cells which can exclude some cells which I didn't want to be copied? excelnovice Excel Worksheet Functions 2 September 25th 05 12:38 AM
How to copy block of cells and keep grouping? dstock Excel Discussion (Misc queries) 2 July 6th 05 08:42 PM
Scan and copy cells from one spreadsheet to another. Mark Excel Discussion (Misc queries) 1 April 6th 05 06:45 PM
loan calculator cells, P&I formulas do not copy to second cloumn Mr. C Excel Worksheet Functions 4 March 5th 05 03:45 PM


All times are GMT +1. The time now is 07:54 AM.

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"