View Single Post
  #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.