Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I keep track of debts I am paying down using excel

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default how do I keep track of debts I am paying down using excel

I have a similar setup.

Worksheet 1
A = Name of account (i.e. Visa, AmEx, etc)
B = Original Debt Amount
C = Sum of Paid (=SUMIF(Worksheet2!B:B,A2,Worksheet2!C:C)
D = Current Balance (=B-C)
Worksheet 2
A = Date of payment
B = Paid to account (i.e. Visa, AmEx, etc)
C = Amount of this payment

I find it's the simplest option

"Fred Smith" wrote:

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where can I find a simple paying in and out with Totals sheet Les Edwards Excel Worksheet Functions 2 April 21st 23 05:18 PM
organising my credit card debts veronica New Users to Excel 1 September 5th 08 03:52 AM
Paying fee to someone who could extract data from web-page to excel! Ivica TypeR Excel Worksheet Functions 1 July 9th 07 01:29 AM
How do I identify all the non-paying customers from A/R workseet? Maria Excel Discussion (Misc queries) 1 May 16th 06 03:20 AM
How to create a worksheet to accelerate debts Excel_Challenged Excel Worksheet Functions 0 May 6th 05 07:31 PM


All times are GMT +1. The time now is 03:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"