+ Reply to Thread
Results 1 to 3 of 3

Formula for a Variable value every nth month

  1. #1
    Registered User
    Join Date
    03-23-2024
    Location
    Abu Dhabi
    MS-Off Ver
    365
    Posts
    1

    Formula for a Variable value every nth month

    1.xlsx

    Hi

    The following file shows a payment plan that shows the next payments after a certain number of months, is there a way to do that?

    you can see that the first payment is a 30$% upfront payment, then after six months the second payment of 10% of the original value is due... how can I translate that to be an automatic calculation?

    I tried: =IF(MOD(COLUMN / and also : =IF(MOD(MONTH ... but that will only work for FIXED cell - every regular time interval, a fixed payment every 6 months but will not be dynamic...

    I have colored the cells that should have value, when you look to the attach file it will be easily understood

    Thank you in advanceUntitled.png
    Last edited by Stranger.for.ever; 03-23-2024 at 07:25 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,981

    Re: Formula for a Variable value every nth month

    Please replace the question marks in the coloured cells with your expected results (manually calculated) so that we know what we're aiming for.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,981

    Re: Formula for a Variable value every nth month

    Maybe this copied across and down:

    =IFNA(IF(INDEX($D31:$AC31,,MATCH(EDATE(D$3,-6*ROWS(D$32:D32)),$D$3:$AC$3,0))>0,INDEX($D$22:$AC$22,,MATCH(EDATE(D$3,-6*ROWS(D$32:D32)),$D$3:$AC$3,0))*$B12,""),"")

    It's a bit of a work in progress - have a look and let us know what is and isn't right about it. Be SPECIFIC (i.e. not just "x is wrong" - tell us what x should be instead).
    Attached Files Attached Files

+ 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. [SOLVED] Set variable range Sheet named month and 4 diferent ranges in each month.
    By clixo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-30-2020, 07:24 AM
  2. [SOLVED] Problem with a variable on a Sum formula using Offset to count days of the month every Thu
    By CariocaExcel in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-11-2019, 04:28 PM
  3. Calc days in month when full and variable month for a budget report
    By JOHNAK27 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-10-2018, 03:29 PM
  4. Replies: 6
    Last Post: 07-13-2015, 12:35 PM
  5. Amend formula to take into account a variable(month)
    By nickmax1 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-18-2014, 10:32 AM
  6. Replies: 18
    Last Post: 09-08-2014, 05:06 PM
  7. Replies: 3
    Last Post: 02-05-2014, 11:53 AM

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