Fill down

R

robert_woodie

i have some formulas, =a10,=a20=a30 etc. i cannot make it auto fill down
i have tried selecteing between 2 and 5 cells in the sequence

any ideas??
robert
 
J

Jason Morin

You'll have to use a formula. If you're starting in row 1
and filling down, try:

=OFFSET($A$10,ROW()*10-10,)

For any row, use:

=OFFSET($A$10,ROW()*10-10*R,)

where R is the row that the formula starts in. For
example, starting in row 8, the formula would be:

=OFFSET($A$10,ROW()*10-80,)

HTH
Jason
Atlanta, GA
 

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