+ Reply to Thread
Results 1 to 2 of 2

formula to subtract payment amount on monthly payment date

  1. #1
    Registered User
    Join Date
    06-18-2014
    Location
    Seattle
    MS-Off Ver
    Office 2010
    Posts
    1

    formula to subtract payment amount on monthly payment date

    I am attempting to create a payment schedule for about 14 accounts. Right now, I have the accounts running from B2:B15, the corresponding balances in C2:C15, Payment date (day of month) in D2:D15 with the dates running along in Row 1 (starting from D1. I want to find a formula that follows this logic [if date (row 1) has day of month that matches payment date (column D), then balance-payment. So in the table I crudely recreated below, the formula would go in E2:E6 (and copied across) and if the day of the month matched the payment date (cells with *) it would insert the payment (which would be a saved definition from another location)

    I have been trying to use IF formulas but I have no clue how to get it ti recognize a date and then determine that I care about the day of the month, not the full date.

    A B C D E F G H
    1 ACCOUNT BALANCE PAYMENT DATE 6/18/2014 6/19/2014 6/20/2014 6/21/2014
    2 XYZ 1000 15
    3 I LOVE PIE 2465.15 12
    4 ETC 946.73 18 *
    5 SO ON 654 19 *
    6 YADA YADA 157641 20 *

  2. #2
    Registered User
    Join Date
    07-03-2013
    Location
    Montreal, QC
    MS-Off Ver
    Excel 2010
    Posts
    61

    Re: formula to subtract payment amount on monthly payment date

    Have you tried the DAY() function. The DAY() function returns the day of the month (a number from 1 to 31) given a date value.

    Ex : =if(day(E1)=d2,"Match", "Does not match")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 08-24-2013, 11:43 AM
  2. Replies: 3
    Last Post: 07-29-2013, 11:31 AM
  3. Tracking monthly payments and reducing the total by the amount of each payment.
    By easy365online in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-02-2012, 10:15 AM
  4. Loan schedule when I know the monthly payment amount?
    By Jo-Anne in forum Excel General
    Replies: 6
    Last Post: 02-02-2011, 11:12 AM
  5. Solve for Monthly Loan Payment Amount
    By ShaneBell in forum Excel General
    Replies: 1
    Last Post: 12-13-2006, 06:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1