I need help setting up EXCEL formulas so I can track finances.
I am not a programmer, nor someone experienced with financial software. All I know about Excel is what I’ve been able to teach myself through brute force. I’m sure that Clippy, the Cheerful Paperclip could tell me the answer if I could only figure out a way to ask it in a language it understands.
I’m preparing a spreadsheet to keep track of my finances. I’m trying to pay off some bills and want to know when everything will be paid off based on certain conditions.
I thought Excel would have a template for this kind of thing, but I’m not finding it.
Here’s what I am trying to do. I am trying to pay off the visa and the car loan as well as build up my savings account. I have direct deposit into my savings account, and the car payment is debited directly. In addition, I have three streams of income (in addition to the car direct payment) that I am devoting to paying these debts off. I’ll call these Funds A, B, and C. Ideally, my savings will grow while I’ll pay off these debts.
Here’s the plan. Funds A, B, and C will be applied to the Visa payment until it’s paid off. (It has the highest interest rate and the lowest balance.) When the Visa balance is zero, the money in these funds will be applied to the car loan until it’s paid off. (These funds are currently not attached to anything, so I can use them if an emergency occurs.)
I have made three spreadsheets tracking the payment progress. No problem. It’s set up so that I can enter the funds and track the actual repayment. But what I would like to do is link these spreadsheets so that they are connected to each other. That is, when the Visa bill equals zero, I would like the program to automatically add the Visa payment to the car payment. And this is what I can’t figure out to do, because the date (cell) that the Visa is zero is not fixed. As it is, I will have to manually change the amount in the car payment column when the Visa balance actually is zero.
How do I link the figure in the car payment column to the amount in the Visa balance column? Or maybe give me some tips on how to ask Clippy what I want to do?
sheet1!B9 + sheet2!B9 = (the sum of the values in cell B9 in sheet1 and sheet2)
So your formulas could say, for example, "if sheetVisa cell D23 is 0, add the value in sheetVisa cell D22 to sheetCar cell G45".
I also recommend Gnucash, a proper personal finance program that is completely free.
posted by jellicle at 3:10 PM on September 26, 2005