Fill Options & Formula Help

0

0greeny0

I am trying to drag a formula across many cells from a seperate spreadsheet,
however i am having a few difficulties.

On the second sheet i am wanting to fill cells horizontally (a1, a2, a3 etc)
with information from the first sheet (a1, b1, c1, d1 etc).

For some reason i cannot do this without manually going through and changing
the formula.

Is there a way this could be acheived?

Thank you
 
J

JR Hester

GOto sheet2 cell a1
Type the "=" to start the formula
Switch back to sheet1, select cell A1, press enter
Now use your normal fill handle to replicate this formula across sheet2

HTH
 
P

Paul C

To transpose like that you need to use a slightly more complicated formula


Put this in A1 on the second sheet
=INDEX(Sheet1!$A$1:$A$40,COLUMN())

and drag to fill.

NOTE: Change the $A$40 to fit the end of your range.
 

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