Using different values for a cell

Kribulin

Board Regular
Joined
Jun 3, 2008
Messages
71
Okey, I don't think my problem is very complicated, but it's seems to be difficult to explain, so I have tried to make it clearer with the help of a picture.

My setup is the following:

I have a very long list of values in a column (column J). All these values are calculated in accordance with an input value, which is currently given in a single cell (P3).
This is the code of the first cell in the J-column:
Code:
=WENN(H2+F3>$P$3;(H2+F3)-$P$3;0)
Now I would like to make a new column, where the first cell calculates the sum of the original column for an input value "0".
Then the second cell in this column calculates the of the original column for an input value "100".
Then the same with an input value 200, then 300 and so on.


ric35s.jpg
 
First of all, thank you for helping.

I've been trying to apply this to my sheet, but is still not allright. The received values are indeed now close to the correct ones, so I suppose it's just a small error somewhere.

I've tried to remove as much unnecessary material as possible from my sheet; do you think you could have a look on it? (I'm aware it's still big). It's the "WD_year" tab.

Thanks you once again!

http://www.uploading.com/files/9THT75WH/Model_extratemp.xls.html
 
Upvote 0

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
So this is the formula in M3 now looks like:

Code:
={SUMME(WENN((WENN(G$3:G$17523>L3;L3;G$3:G$17523)+F$3:F$17523)>L3;(WENN(G$3:G$17523>L3;L3;G$3:G$17523)+F$3:F$17523)-L3;0))}
 
Upvote 0

Forum statistics

Threads
1,214,625
Messages
6,120,598
Members
448,973
Latest member
ksonnia

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