ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Transpose Maybe? (https://www.excelbanter.com/excel-worksheet-functions/135117-transpose-maybe.html)

Dan Oakes

Transpose Maybe?
 
This has got to be very simple but I can't seem to figure it out...

On Sheet1 "A1" I have "=Sheet2!A1"
On Sheet1 "B1" I have "=Sheet2!A2"
On Sheet1 "C1" I have "=Sheet2!A3"

What function or symbol can I use to drag this formula so it keep this
pattern?
Is it transpose?

Thanks,
-- Dan


Toppers

Transpose Maybe?
 
Put in A1 and copy across:

=INDIRECT("Sheet2!A" & COLUMN())

HTH


"Dan Oakes" wrote:

This has got to be very simple but I can't seem to figure it out...

On Sheet1 "A1" I have "=Sheet2!A1"
On Sheet1 "B1" I have "=Sheet2!A2"
On Sheet1 "C1" I have "=Sheet2!A3"

What function or symbol can I use to drag this formula so it keep this
pattern?
Is it transpose?

Thanks,
-- Dan



Dan Oakes

Transpose Maybe?
 
That's it... perfect.

Thanks Topper,
-- Dan


Dan Oakes

Transpose Maybe?
 
Actually, just a sec... What if my data starts on "Sheet2!B20"?

I tried this and it doesnt work:
=INDIRECT("Sheet2!B20" & COLUMN())

Thanks again,
-- Dan


Gord Dibben

Transpose Maybe?
 
To transpose a column to row try this entered in A1 of Sheet1

=OFFSET(Sheet2!$A$1,COLUMN(A1)-1,)

Drag/copy across row1 as far as you need.


Gord Dibben MS Excel MVP

On 15 Mar 2007 14:55:21 -0700, "Dan Oakes" wrote:

This has got to be very simple but I can't seem to figure it out...

On Sheet1 "A1" I have "=Sheet2!A1"
On Sheet1 "B1" I have "=Sheet2!A2"
On Sheet1 "C1" I have "=Sheet2!A3"

What function or symbol can I use to drag this formula so it keep this
pattern?
Is it transpose?

Thanks,
-- Dan



Dan Oakes

Transpose Maybe?
 
That's the one, thanks Gord.
-- Dan


Gord Dibben

Transpose Maybe?
 
Dan

=INDIRECT("Sheet2!B" & COLUMN()+19)

Entered in A1 of Sheet1


Gord

On 15 Mar 2007 15:33:36 -0700, "Dan Oakes" wrote:

Actually, just a sec... What if my data starts on "Sheet2!B20"?

I tried this and it doesnt work:
=INDIRECT("Sheet2!B20" & COLUMN())

Thanks again,
-- Dan



Roger Govier

Transpose Maybe?
 
Hi Dan

Try the non-volatile solution of
=INDEX(Sheet2!$B:$B,COLUMN(A1)+19)


--
Regards

Roger Govier


"Dan Oakes" wrote in message
ups.com...
Actually, just a sec... What if my data starts on "Sheet2!B20"?

I tried this and it doesnt work:
=INDIRECT("Sheet2!B20" & COLUMN())

Thanks again,
-- Dan





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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com