A
argomoo
This is probably really simple for you experts out there. I'm just a
idiot.
I have a column of numerical data that I want to subtract from goin
from the bottom up. For instance on the example below, I would b
interested in subtracting 150, starting from level 6 moving upwards.
would want to find a return value of 0 for level 6 and 45 for level 5.
All the other levels would return their original values in thi
instance because the amount subtracted does not reach them. Hope thi
makes some sense. Thanks for any help in advance.
LEVEL Value
1 100
2 200
3 150
4 75
5 85
6 110
sum 720
Dav
idiot.
I have a column of numerical data that I want to subtract from goin
from the bottom up. For instance on the example below, I would b
interested in subtracting 150, starting from level 6 moving upwards.
would want to find a return value of 0 for level 6 and 45 for level 5.
All the other levels would return their original values in thi
instance because the amount subtracted does not reach them. Hope thi
makes some sense. Thanks for any help in advance.
LEVEL Value
1 100
2 200
3 150
4 75
5 85
6 110
sum 720
Dav