S
Sinfante
I have a budget with a master worksheet and each month as a separat
worksheet all within one workbook.
As I posted before:
I am trying to get a buget with carryover overages or underages
i.e.
B2= budgeted amount
C2= actual spent
D2= overage or underage
The Formula Posted by Max worked wonderfully
D2: =IF(OR(ISBLANK(C2),C2<=0),"",B2-C2)
I copied this into each month's D2 cell and dragged it down to all th
cells in that column so the formula would be copied to all of the item
in the budget
Now what I am trying to do is to keep a running total on the maste
sheet in F2
where F2 would = August D2 + September D2 + October D2 + November D2
December D2
I have tried this, but I cannot seem to get it to work. The outcome i
#Value!
I am wondering if it is because there are no numbers in all of the D
cells for each month yet.
If this is the reason, can the formula above for D2 be altered to hav
an output of 0 if there is no overage or underage?
or is there another way to do this?
Thanks again in advance
worksheet all within one workbook.
As I posted before:
I am trying to get a buget with carryover overages or underages
i.e.
B2= budgeted amount
C2= actual spent
D2= overage or underage
The Formula Posted by Max worked wonderfully
D2: =IF(OR(ISBLANK(C2),C2<=0),"",B2-C2)
I copied this into each month's D2 cell and dragged it down to all th
cells in that column so the formula would be copied to all of the item
in the budget
Now what I am trying to do is to keep a running total on the maste
sheet in F2
where F2 would = August D2 + September D2 + October D2 + November D2
December D2
I have tried this, but I cannot seem to get it to work. The outcome i
#Value!
I am wondering if it is because there are no numbers in all of the D
cells for each month yet.
If this is the reason, can the formula above for D2 be altered to hav
an output of 0 if there is no overage or underage?
or is there another way to do this?
Thanks again in advance