Transpose link

  • Thread starter Ana via OfficeKB.com
  • Start date
A

Ana via OfficeKB.com

Stand in cell A1, enter "=C1"uses the "drag link cell" in the down right
corner of a cell. I will automaticly link
A1 - C1
A2 - C2
A3 - C3 ect

My question is if it is possible to drag horisonal and link vertically???

A1 - C1
A2 - D1
A3 - E1
 
S

steve

Hi,

Try in "a1"

=INDIRECT(ADDRESS(1,ROW(A3)))

And Fill/Drag the formula down.

Regards
Steve
 
P

Pete_UK

Put this in B1:

=INDEX(C$1:M$1,ROW(A1))

and copy down. Adjust the range C1:M1 to suit how far you want to copy
it down.

Hope this helps.

Pete
 
M

Ms-Exl-Learner

Try this…

Copy and paste the below formula in A1 cell.
=INDIRECT(ADDRESS(1,COLUMN(B1)+ROW()))

Drag it to the remaining cells of A column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top