+ Reply to Thread
Results 1 to 10 of 10

Formula to get the upcoming pay date

  1. #1
    Registered User
    Join Date
    05-10-2021
    Location
    London, England
    MS-Off Ver
    MS 2016
    Posts
    5

    Question Formula to get the upcoming pay date

    Hi,

    We are trying to get the upcoming payment date of our client.

    We only have their 1st payment date and the frequency of their payments.

    Can anyone help me get a formula to detect the upcoming payment date for them?

    For example, we have a client who's pay date was on the 1st of March 2020 and he's getting paid every 2 weeks. We would like to know when would be his next pay for the month of May 2021.

    Thank you so much in advance to anyone who can help me.
    Last edited by lucid65; 05-11-2021 at 01:26 AM.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,435

    Re: Formula to get the upcoming pay date

    With A1 is 1st payment date
    the 1st pay ment in May 2021 is:

    =A1+ROUNDUP((DATE(2021,5,1)-A1)/14,0)*14
    Quang PT

  3. #3
    Registered User
    Join Date
    05-10-2021
    Location
    London, England
    MS-Off Ver
    MS 2016
    Posts
    5

    Re: Formula to get the upcoming pay date

    Thank you so much!!

  4. #4
    Registered User
    Join Date
    05-10-2021
    Location
    London, England
    MS-Off Ver
    MS 2016
    Posts
    5

    Re: Formula to get the upcoming pay date

    Quote Originally Posted by bebo021999 View Post
    With A1 is 1st payment date
    the 1st pay ment in May 2021 is:

    =A1+ROUNDUP((DATE(2021,5,1)-A1)/14,0)*14
    Hi, how about if I need to get the same exact date for a client who's paying monthly?

    For example we have a data of a client who gets paid every 15th of each month, what formula should I use to get the 15th of this month?

    Thank you and sorry I just don't get how to do formulas in excel.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,144

    Re: Formula to get the upcoming pay date

    With date in A1 e.g 15/05/2021

    then for next month

    =DATE(YEAR(A1),MONTH(A1)+1,15)

  6. #6
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,435

    Re: Formula to get the upcoming pay date

    This month (current month of today's date)

    =eomonth(today(),-1)+15

    Next month:

    =eomonth(today(),0)+15

  7. #7
    Registered User
    Join Date
    05-10-2021
    Location
    London, England
    MS-Off Ver
    MS 2016
    Posts
    5

    Re: Formula to get the upcoming pay date

    Quote Originally Posted by JohnTopley View Post
    With date in A1 e.g 15/05/2021

    then for next month

    =DATE(YEAR(A1),MONTH(A1)+1,15)
    Thank you!

    What if the date I have is 15/03/2021, how should I use that formula?

  8. #8
    Registered User
    Join Date
    05-10-2021
    Location
    London, England
    MS-Off Ver
    MS 2016
    Posts
    5

    Re: Formula to get the upcoming pay date

    Quote Originally Posted by bebo021999 View Post
    This month (current month of today's date)

    =eomonth(today(),-1)+15

    Next month:

    =eomonth(today(),0)+15
    Thank you! so if the client's pay date is every 20th of each month, I just have to change the +15 to +20, is that right?

  9. #9
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,144

    Re: Formula to get the upcoming pay date

    Yes - just replace 15 with required day of month.

  10. #10
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,435

    Re: Formula to get the upcoming pay date

    Quote Originally Posted by lucid65 View Post
    Thank you! so if the client's pay date is every 20th of each month, I just have to change the +15 to +20, is that right?
    Surely.
    BTW, if today is 20th and you want to get today:
    =eomonth(today()-(day(today())=20),-1)+20
    If you want to get 20th of next month:
    =eomonth(today(),-1)+20

+ 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. GoogleSheets: Showing next upcoming date(s) in date range
    By HayleyE in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 02-19-2020, 04:59 PM
  2. Date : Upcoming Fridays
    By cccherry in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2019, 03:57 PM
  3. [SOLVED] Return upcoming/past date based on date
    By Klopsik in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-08-2018, 05:15 AM
  4. [SOLVED] Show upcoming date - Excel formula
    By Sinep D in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-29-2015, 06:08 PM
  5. formula to output upcoming quarter end date (for a broken fiscal year)
    By canaille in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2014, 05:01 PM
  6. Upcoming Date Notification
    By jgurgen in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-16-2007, 12:18 PM
  7. [SOLVED] Upcoming Date alerts
    By Trenton in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-31-2006, 04:55 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