+ Reply to Thread
Results 1 to 8 of 8

Formula to confirm # of payments in a quarter

  1. #1
    Registered User
    Join Date
    07-25-2016
    Location
    Colorado, USA
    MS-Off Ver
    Office 2013
    Posts
    65

    Formula to confirm # of payments in a quarter

    Hi all, I am in need of a formula that will confirm how many months fall within each quarter based off of the Term Begin Date noted in Column A and multiply that by the dollar amount in column B. End result is to know how much is to be paid in each quarter.

    I suspect it may need to be two different functions (one to find the # of months and one to multiply that by the dollar amount, and I would be Ok with that)


    Thanks All!
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    27,027

    Re: Formula to confirm # of payments in a quarter

    Note:

    2/1/2023 is not in any of the quarters shown
    9/31/2023 is not a valid date (for any year)
    8/1/2024 is not in any of the quarters shown

    This formula is for starting in row 5, copy down. It will not detect the the first error above.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    07-25-2016
    Location
    Colorado, USA
    MS-Off Ver
    Office 2013
    Posts
    65

    Re: Formula to confirm # of payments in a quarter

    sorry, yea I forgot to make the changes to the sept last day of the month in the new spreadsheet.

    Even though 2/1/2023 does not appear in the quarters listed, this is considered the start date of the term which lasts for 5yrs. So in quarter one I need 3 months worth of costs show in that cell. For 8/1/24, since it does not fall in one of those quarters, I would need it to show 0 for each quarter.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,086

    Re: Formula to confirm # of payments in a quarter

    Try pasting the following formula into cell D5 and then dragging the fill handle over and down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note that cell D3 needs to be changed to read 9/30/2023.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,184

    Re: Formula to confirm # of payments in a quarter

    Or try:

    =IF($A5>D$3,0,DATEDIF(MAX($A5,D$2),D$3+1,"m")*$B5)

  6. #6
    Registered User
    Join Date
    07-25-2016
    Location
    Colorado, USA
    MS-Off Ver
    Office 2013
    Posts
    65

    Re: Formula to confirm # of payments in a quarter

    Thank you JeteMc and Phuocam, both options work great!

  7. #7
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    27,027

    Re: Formula to confirm # of payments in a quarter

    If your question has been answered please mark your thread as "Solved" so that members will know by looking at the thread title that your problem is solved. Go to the menu immediately above your first post to the thread and click on Thread Tools. From the dropdown menu select "Mark this thread as solved..."

    If a member helped you solve your problem, consider adding to their reputation by clicking addreputationiconsmall.jpg below their name.

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,086

    Re: Formula to confirm # of payments in a quarter

    You're Welcome and thank you for the feedback. As stated above, please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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: 1
    Last Post: 05-01-2022, 10:31 AM
  2. Replies: 3
    Last Post: 03-08-2018, 08:24 PM
  3. Calculating interest rate with changing payments and baloon payments
    By weirgr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-14-2017, 04:01 PM
  4. [SOLVED] If formula to confirm last 3 letters are vowels
    By makinmomb in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2017, 06:19 PM
  5. [SOLVED] Loan Payment Schedule with Interest-Only Payments & P & I Payments
    By Masscatz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-20-2014, 11:51 AM
  6. Excel 2007 : Confirm formula is correct
    By berk21 in forum Excel General
    Replies: 1
    Last Post: 01-27-2009, 09:43 PM
  7. How do I forecast future payments by analyzing past payments?
    By CeeBee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2005, 03:06 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