Cascading / Offset Formula

CROY1985

Well-known Member
Joined
Sep 21, 2009
Messages
501
Office Version
  1. 365
Platform
  1. Windows
I need to formula which can be easily replicated in hundreds of cells.

In column A i have a set of percentages. In row 1, starting column B, i have a set of figures.

Cell B2 multiplies B1*A2, Cell C2 multiplies C1*A2 and so on,

Except the next row is off set by one. So C3 multiplies B1*A3

In row 4, Cell D4 multiplies B1*A4. And so on.

Is there an offset formula that i can type once and then just drag it over the entire spreadsheet?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Sorry i havnt been clear enough.

Cell B2 needs to multiply B1 and A2

Cell C2 needs to multiply C1 and A2
Cell C3 needs to multiply B1 and A3

Cell D2 needs to multiply D1 and A2
Cell D3 needs to multiply C1 and A3
Cell D4 needs to multiply B1 and A4

So essentially:

Row number - 2 = Columns to the left
Row number - 1 = Rows to move up

Therefore, as per my examples above:

D4 would look (4-2=2) columns to the left - column B, and (4-1=3) rows above: row 1

And another example:

H7, would look at (7-2=5) columns to the left; column C.

Row number is determined by (7-1=6) rows above; row 1.

Hope this helps now i have laid it out more logically.
 
Upvote 0
Try the following in B2 and then copy into the other cells where you require the formula:
=OFFSET(B$1,0,-(ROW()-2))*$A2
 
Upvote 0

Forum statistics

Threads
1,224,594
Messages
6,179,792
Members
452,942
Latest member
VijayNewtoExcel

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