Hi
I am trying to populate a spreadsheet with other data obtained from another sheet. ie cell formula is
"=Sheet2!A1" which works fine but takes ages as i need to do the following
Sheet1 is where i need the info to be re sorted
so...
e.g. Sheet1 Cell A1 =Sheet2!A1 ... cell B1 = Sheet2!A2 .. cell C1 = Sheet2!A3
then....
Sheet1 Cell A2 = Sheet2!A4... Cell B2 = Sheet2!A5 ... Cell C2 = Sheet!A6
I've tried using TRANSPOSE command to do each row of data but I have hundreds of rows to do this on, and its taking way too long. (I've used =TRANSPOSE(Sheet2!$A$1:$A$3) for one row of data and increased each figure by 3 each time)
Can anyone help?
I am trying to populate a spreadsheet with other data obtained from another sheet. ie cell formula is
"=Sheet2!A1" which works fine but takes ages as i need to do the following
Sheet1 is where i need the info to be re sorted
so...
e.g. Sheet1 Cell A1 =Sheet2!A1 ... cell B1 = Sheet2!A2 .. cell C1 = Sheet2!A3
then....
Sheet1 Cell A2 = Sheet2!A4... Cell B2 = Sheet2!A5 ... Cell C2 = Sheet!A6
I've tried using TRANSPOSE command to do each row of data but I have hundreds of rows to do this on, and its taking way too long. (I've used =TRANSPOSE(Sheet2!$A$1:$A$3) for one row of data and increased each figure by 3 each time)
Can anyone help?