Dragging formula that skips column

bc2512

New Member
Joined
Aug 20, 2016
Messages
12
Hello all,

I am trying to copy formula that skips a column from another sheet. So for example,

B2 = sheet1!C2/sheet1!B2
C2 = sheet1!E2/sheet1!D2
D2 = sheet1!G2/sheet1!F2

Is there any easy way to copy this formula to the right?

Thank you,
BC
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
In B2,

= INDEX(Sheet1!2:2, 2*COLUMNS(Sheet1!$A2:A2) + 1) / INDEX(Sheet1!2:2, 2*COLUMNS(Sheet1!$A2:A2))
 
Upvote 0
Hi,

Thank you for the reply.

Im sorry, but when you put Sheet!2:2 ... which cell should I refer to?

Thank you.
 
Upvote 0

Forum statistics

Threads
1,215,767
Messages
6,126,767
Members
449,336
Latest member
p17tootie

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