value (Column I) = value (Column E) = current cell box (Column I) - value (Column G)

ibmy

Board Regular
Joined
Mar 4, 2020
Messages
103
Office Version
  1. 2016
Platform
  1. Windows
Hi,

is this possible:
4.5 - 9.xlsb
EGI
1Value SDiffResult
20.3
30.4
40.9
50.1
60.2
70.330.9
81.5
90.311.5
100.5
110.2
120.320.5
130.6
140.2
150.1
160.2
170.340.6
180.3
19
2a

- ignore/do not count if there is a blank cell in column G
- sample from 45k data
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
@ibmy Maybe like below?

MrXL_Aug.xlsm
EFGHI
1Value SDiffResult
20.3 
30.4 
40.9 
50.1 
60.2 
70.330.9
81.5 
90.311.5
100.5 
110.2 
120.320.5
130.6 
140.2 
150.1 
160.2 
170.340.6
180.3 
19 
Sheet7
Cell Formulas
RangeFormula
I2:I19I2=IF(G2="","",OFFSET(E2,-G2,))


Hope that helps.
 
Upvote 0
Solution
Another option
Fluff.xlsm
EFG
1Value SDiffResult
20.3 
30.4 
40.9 
50.1 
60.2 
70.330.9
81.5 
90.311.5
100.5 
110.2 
120.320.5
130.6 
140.2 
150.1 
160.2 
170.340.6
180.3 
Data
Cell Formulas
RangeFormula
G2:G18G2=IF(F2="","",INDEX(E:E,ROW()-F2))
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
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