Transpose drag-and-drop

D

dbodd

Suppose you have data 1,2,3,4,5 in cells G1-G5.

Now in A1 we have formula =G1, how can I drag into B1 to E1 to fill
with formulae =G2 , =G3 , =G4 and =G5 resp.
 
A

Ardus Petus

You could also use:
=TRANSPOSE(G1:G5)
entered in A1:E1 and validated with Ctrl+Shift+Enter (Array formula)

HTH
 
D

dbodd

HI Ardus Petus,
Many thanks for that. I had already found the
TRANSPOSE array solution , but I prefer the alternative using INDEX.
 

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