+ Reply to Thread
Results 1 to 6 of 6

If current date is less than a recurring monthly payment date

Hybrid View

  1. #1
    Registered User
    Join Date
    04-22-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    59

    If current date is less than a recurring monthly payment date

    Hi,

    II'm trying to set up a home budget tracker but am having problem with the logic around reoccurring monthly direct debits. In plain English here's what I'm trying to achieve.

    if current day of month is less than day of month direct debit then next direct debit date = current month + direct debit day of month else next direct debit date = Next month + the direct debit day of month.

    For example if

    Mortgage payment goes out on the 19th of each month and today is the 7th

    If 7 < 19 then next mortgage payment = 1st date of current month(01/09/2013) + 19 else 1st Date of Next Month (01/10/2013)+ 19

    I think the problem I am having is retrieving the 1st day of the month e.g 1st Sept rather than just the month expressed as a numeral?

    thaks
    Last edited by coasterman; 09-07-2013 at 07:29 AM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: If current date is less than a recurring monthly payment date

    You get better help on your question if you follow the advice in the link below.

    http://www.excelforum.com/the-water-...-question.html
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: If current date is less than a recurring monthly payment date

    If you have Excel 2003 and you have the EOMONTH function on your computer OR you use Excel>2003, give a try to this.

    =IF(DAY(TODAY())<19,EOMONTH(TODAY(),-1)+1,EOMONTH(TODAY(),0)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: If current date is less than a recurring monthly payment date

    I see that you marked your thread as solved. That's great. This means that my suggestion works for you.

    I just want to say that The feedback is always appreciated from the people that offered you the solution that you was looking for.

    Thank you.

  5. #5
    Registered User
    Join Date
    04-22-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    59

    Re: If current date is less than a recurring monthly payment date

    I did also quick reply thanking you for your help and confirmed by changing the Windows system date your formula worked a treat. I must have done something wrong as it's missing from the thread. Anyway my thanks to again.

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: If current date is less than a recurring monthly payment date

    You are welcome and thanks for the understanding.

+ 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] Need average of days for date values from date to current day that updates current date
    By FinGhost in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-12-2013, 04:41 PM
  2. Replies: 2
    Last Post: 07-28-2008, 03:03 PM
  3. [SOLVED] Recurring annual events using a specific date as a trigger date
    By Bamboozled in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 03:05 AM
  4. Recurring annual events using a specific date as a trigger date
    By Bamboozled in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 12:05 AM
  5. Recurring annual events using a specific date as a trigger date
    By Bamboozled in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2005, 10:05 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