Dragging Formulae down the sheet

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
 
F

Frank Kabel

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