Thank you for your help Roger, you wrote "if I understand the problem
correctly", what you probably should have said was "does BOB understand the
problem correctly"?
I appreciate your help Roger and don't want you to "do the work for me", I
would like to learn how to use the "If" functions and the "MAX" function (so
that I can do this stuff in the future) so my first question is, do you have
any suggestions where I can find information about using these funtcions?
FYI, I looked at HELP in Excel 2002, which only confused me more (if that's
possible).
Now getting back to my current problem, I did some modifications to my
Spreadsheet before I received your reply and row 11 is row 10 and contains
the following Formula =SUM(D3
9).
I then copied the results from row 10 to row 11 so that I could apply the
Formula that you suggested =MAX(0,B11-B37) which I also modified slightly
by subtracting the previous years results from the equation
( =MAX(0,C11-C37)-B11 ) but am not coming up with the results that I
expected.
Let me add a little background information so you can better understand what
I am doing (trying to do).
I have a formula for row 10 =SUM(D3
9) that represents a summary of
various revenue streams (less Taxes) and copied the Net Totals from row 10 to
row 11.
The Formula for line 11 is suppose to represent Revenue Stream #1 LESS
Expenses (for your information. row 40 contains Annual Expenses).
So the calculation for the cells in row 11 represent , this years revenue
from Revenue Stream#1 LESS this years Expenses, and the next cell in the row
would represent Next Years available revenue LESS next years
expenses........
Once revenue from Revenue Stream#1 in row 11 is depleted, the next source of
revenue is row 13 which is Revenue Stream#2.
Since you can not have a negative Revenue Stream, entries for all subsequent
cells in row 11 (after Revenue Stream#1 is depleted), would be "zero" and
the formula for row 13 should be row 13 (Revenue Stream#2 LESS row 40
(Expenses).
And when Revenue Stream#2 from row 13 is depleted, the next source of
revenue is Revenue Stream#3 on row 29 and (as with cell 11 above), all
subsequent cells in row 13 AFTER the Revenue Stream#2 is depleted (negative),
should display "zero". The Formula for the cells in row 29 should be row 29
LESS row 40.
And when Revenue Stream#3 from line 29 is depleted, ,the next (and last)
source of revenue, is Revenue Stream#4 on line 35.
All cells on line 28 after revenue is depleted will display "zero" and the
calculation for the cells in row 35 would be cell 35 LESS cell 40.
Since this is the LAST source of revenue, a negative number (shortfall)
should appear on row 35 which will allow me to see when I "Run out of money"/
have a shortfall, and hopefully, enable me to plan accordingly.
Any help that you can offer would surely be appreciated Roger but just as
important, a source for "self help" would be nice.
Thank you for ALL your help Roger,
Bob
=======================================================
then in cell C11
=MAX(0,B11-B37)
in cell C13
=IF(C11>0,B13,MAX(0,(B11+B13)-B37))
in cell C25
=IF(C13>0,B25,MAX(0,(B11+B13+B25)-B$37))
in cell C31
=IF(C25>0,B31,(B11+B13+B25+B31)-B37)