Incrementing a formula by 20 automatically

B

Bowbender

I've searched, but the answers didn't seem to match what I was looking
for.

I have two sheets.

On the sheet I'm pulling data into, I have the formula "=Results!B20"
sitting in cell "B14". This works fine, but I want to increment it to
"=Results!B40" in cell "B15" and so on. The Auto Fill handle doesn't
work for this and I have MANY cells I need to fill.

Any help is appreciated.

Thanks!
 
M

muddan madhu

this one

=INDIRECT("results!B"&20*ROW(A1))

or

=OFFSET(Results!B1,19*ROW(A1),)
 

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