#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default payment worksheet

I am trying to set up a worksheet to keep track of parent's weekly payments.
I also want to show their balance due after each payment that is made. How
do I set this up?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default payment worksheet

Homework?

Think of the things you might want to record in addition to the payment.
Probably the date on which it was made, and maybe a description of what the
payment was for (groceries, or electricity etc), and possibly also the type
of payment (by cheque, credit card, cash etc). You might think of other
things that are worth recording.

Once you have decided these things, you can allocate a column for each, and
at the end you will need a column for the payment and a column for the
remaining balance, so that you enter new data going down the sheet.

You can put labels at the top of the columns so that you know what each
column is for, and you will need a blank row in which you can put the
opening balance. As you make a payment you need to subtract this from the
balance on the previous row to give you the current balance.

Hope this helps.

Pete

"Lcarter" wrote in message
...
I am trying to set up a worksheet to keep track of parent's weekly
payments.
I also want to show their balance due after each payment that is made.
How
do I set this up?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default payment worksheet

set up a spreadsheet as follows:

Cell Reference | Value
A1 | Date
B1 | Parent Name
C1 | Balance (represents the opening balance or any additional charges
incurred)
D1 | Payment amount (entered as a negative)
E1 | Ending Balance (shows balance after pmt)

In A2.....Axxx enter the pmt date
In B2.... Bxxx enter the parent's name. This will serve as the index,
therefore it must be unique and entered exactly the same way each time
you enter a transaction for the parent.

In C2 enter the first parent's name and balance owed.
In C3....Cxxxx. If you are entering a new parent's info, enter the
name and balance owed.

Otherwise, enter the following formula (this assumes that you are
entering the first payment in row 3. If you're entering this formula
in another row, just change the "3" in the formula below to correspond
to the first row with a payment.)
=SUMIF($B$1:$B2,$B3,$C$1:$C2)+SUMIF($B$1:$B2,$B3,$ D$1:$D2)

In D2.... Dxxxx enter the payment amount as a negative.

In E2...Exxx enter the following formula: =+C2+D2



On Jul 7, 6:23*pm, Lcarter wrote:
I am trying to set up a worksheet to keep track of parent's weekly payments. *
I also want to show their balance due after each payment that is made. *How
do I set this up?


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
Payment Act/360 user@msn Excel Worksheet Functions 0 April 9th 08 10:18 PM
mortgage payment england26 Excel Worksheet Functions 2 November 6th 07 01:16 AM
Starting payment when increase rate is known & total payment is kn Shailendra Harri Excel Worksheet Functions 12 September 22nd 07 09:04 PM
calculate payment with first payment due date variable? Jody Solbach Excel Worksheet Functions 1 September 8th 05 05:46 PM
how do you get a positive number payment with a mortgage payment . sam Excel Worksheet Functions 1 February 2nd 05 05:32 AM


All times are GMT +1. The time now is 05:44 PM.

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

About Us

"It's about Microsoft Excel"