Copy/Fill Down in increments

H

Helen B

I have a fomula on sheet1 that refers to sheet2 and I want to copy/fill down
adding 51 each time.

Example in Sheet1 cell B4 is =Sheet2!E5, I want the result in B5 to be 51
rows later ie =Sheet2!E56

How can I autfill or copy down to automatically add 51.

Thanks
 
J

Jacob Skaria

In Sheet1 cell B4 try the below formula and copy down

=INDIRECT("Sheet2!E"&(ROW(A1)-1)*51+5)

If this post helps click Yes
 

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