Hi Thomas, Not exactly sure what you want, I may have it wrong....but, I used the following formula in cell N5 and then used a similar one in each "Step" cell following using it's new required TOTAL.
This formula starts inside by getting the MAXIMUM of either 50-Q25 or 0 (that is 50-116=-66 or 0 .... answer: 0 is greater then -66)
Then it looks for the MINIMUM of 50 or the other value, which in this case is 0. Answer: 0 is less then 50.
Move up a couple of cells to P5 and formula is =MIN(150,MAX(150-$Q$25,0))
Starts inside by getting the MAXIMUM of either 150-Q25 or 0 (that is 150-116=34 or 0 .... answer: 34 is greater then 0)
Then it looks for the MINIMUM of 150 or the other value, which in this case is 34. Answer: 34 is less then 50.
34 hours to go before next level.
Also, could a VLOOKUP table do what you want? They can be very handy.
Bookmarks