Formula Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet where data is spread across Row 1:1.

I need a formula I can put in Cell A2 that will equal Cell A1. I then want
to drag that formula down so that Cell A3 will equal Cell B1 and Cell A4 will
equal Cell C1 and so.

In Excel, when you drag formulas down, it wants to update the formula down.
I need to drag the formula down, but for it to update the formula across. I
hope I am wording this correctly.
 
Try...

A2, copied down:

=OFFSET($A$1,0,ROW()-ROW($A$2))

Hope this helps!
 

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

Similar Threads


Back
Top