Offset Problem

Tian1

Board Regular
Joined
Jan 11, 2012
Messages
140
Hallo,

I've got the following data as an example in my sheet (see the table below). I'm trying to determine what the offset properties should be.

ROW
A
B
C
Answer
33
10
2
=A33-OFFSET(FROM B21 BY 12 ROWS)
8
34
11
=A34-OFFSET(FROM B21 BY 13 ROWS)
9
35
12
=A35-OFFSET(FROM B21 BY 14 ROWS)
10
etc...
45
22
3
=A45-OFFSET(FROM B21 BY 24 ROWS)
19
46
23
=A46-OFFSET(FROM B21 BY 25 ROWS)
20
47
24
=A47-OFFSET(FROM B21 BY 26 ROWS)
21
etc...

<tbody>
</tbody>


Any ideas?

Thanks!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi,

My apologies.. I framed the question wrong. It should be:

Cell C33: =A33-OFFSET(FROM B21 BY 12 ROWS)
Cell C34: =A34-OFFSET(FROM B21 BY 12 ROWS)
Cell C35: =A35-OFFSET(FROM B21 BY 12 ROWS)

Cell C45:=A45-OFFSET(FROM B21 BY 24 ROWS)
Cell C46:=A46-OFFSET(FROM B21 BY 24 ROWS)
Cell C47:=A47-OFFSET(FROM B21 BY 24 ROWS)

You can see the pattern that I'm after in this example.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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