Dragging Formulae down the sheet

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,

In a100 I have a formula = a6, in a101 I want =a12 and in
a102 =a18. Is there any neat way I can write the formula
so I can simply drag it down the column from a100?

Thanks for looking!

Paul
 
Hi
one way: put the following formula in A100
=OFFSET($A$6,(ROW()-100)*6,0)
and copy down
 
Hi

Into A100 enter the formula

=OFFSET(A$6,(ROW(A1)-1)*6,0)
 

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

Back
Top