View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default how do I keep track of debts I am paying down using excel

I would do the following:

1. Use row 1 for headings (ie, the name of the debt -- visa, friend1, etc.)
2. Use row 2 for the original (ie today's) amount of the loan.
3. Row 3 is the current amount of the loan. Use the formula:
=b2-sum(b4:b1000)
and copy across.
4. Row 4 and subsequent are all the payments you make as time goes on. Use
Column A for the date, and enter the amount in the appropriate column.

This way, you have a complete record of your payments, and the balance
updates every time you enter a payment.

Regards,
Fred.

"Atma" wrote in message
...
say I have a list of debts (cc, loans, friends...) and I want to keep a
running balance as i pay down the debt. Anybody have a template for that
or
tell me how to set that up in Excel? Thanks