Reference between two sheets with constant skipping

OzBakshi

New Member
Joined
Nov 24, 2016
Messages
4
Hi

I have data in sheet1 that I want to present in sheet2 and to drag a formula with a constant skip between the cells

for example:
I have data in cell D8 in sheet1 and the other relevant data is in cell D23 in the same sheet. I want to present the data in cell E3 and that in cell E4 and so on.
Sheet2 cell E3= Sheet1 cell D8
Sheet2 cell E4= Sheet1 cell D23
.
.
thank you!!
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Welcome to the forum.

Try

In sheet 2 E3 enter =Sheet 1 D8

In Sheet 2 E4 enter & drag down
=INDEX(Sheet1!D:D,ROW(A1)*15+8)
 
Upvote 0
Welcome to the forum!

Here is another option, entered into E3 and copied down.

=INDEX(Sheet1!$D$8:$D$10000,(ROWS($E$3:E3)-1)*15+1)
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,772
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top