thefourthwall
IS-IT--Management
Hello,
Having searched through the forum already, I have seen what look nearly like a solution that would work, but likely am messing up the implementation of it.
I am trying to create a budget that looks like:
Col A[tab][tab]Col B[tab][tab]Col C[tab]Col D
"Spending"[tab][tab]"Income"
1[tab][tab][tab][tab]06/15/2012
2[tab][tab][tab][tab][tab][tab][tab]$1,000
3 Car[tab][tab]$200[tab][tab]$800
4 Home[tab]$400[tab][tab]$400
5 Dining[tab]$100[tab][tab]$300
So that, like a checkbook register, an amount is entered under the "Income" heading, and as I enter an amount for a category for that week in col B, the resulting balance displays in col C.
Easy so far. But if I have no expense in row 4 that week, and still have an expense in row 5, I would like the balance in row 5 look up col C to get the first available balance, and update it accurately - so if I have $1,000 in income for 15 June, spend $200 on the car, leaving $800, spend nothing on the home, and spend $100 dining out, I'll have $700. How can I have an expression in C5 display the balance accurately if some spending rows are skipped for any given week?
Does this make sense?
Having searched through the forum already, I have seen what look nearly like a solution that would work, but likely am messing up the implementation of it.
I am trying to create a budget that looks like:
Col A[tab][tab]Col B[tab][tab]Col C[tab]Col D
"Spending"[tab][tab]"Income"
1[tab][tab][tab][tab]06/15/2012
2[tab][tab][tab][tab][tab][tab][tab]$1,000
3 Car[tab][tab]$200[tab][tab]$800
4 Home[tab]$400[tab][tab]$400
5 Dining[tab]$100[tab][tab]$300
So that, like a checkbook register, an amount is entered under the "Income" heading, and as I enter an amount for a category for that week in col B, the resulting balance displays in col C.
Easy so far. But if I have no expense in row 4 that week, and still have an expense in row 5, I would like the balance in row 5 look up col C to get the first available balance, and update it accurately - so if I have $1,000 in income for 15 June, spend $200 on the car, leaving $800, spend nothing on the home, and spend $100 dining out, I'll have $700. How can I have an expression in C5 display the balance accurately if some spending rows are skipped for any given week?
Does this make sense?