+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate the 1st Saturday after a specific dated

  1. #1
    Registered User
    Join Date
    10-26-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    67

    Formula to calculate the 1st Saturday after a specific dated

    I have a date that changes every year and I need it to calculate the 1st Saturday that follows that date. However, if that date is a Saturday, it needs to be that dated.

    I am trying to calculate the following:


    D27 = Saturday, April 20, 2019 (This Date/Day can change every year)

    =D27+8-WEEKDAY(D27+1) (This returns a value of Saturday April 27, 2019)

    The return value of this formula need to return a value of Saturday April 20, 2019.


    Please help.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to calculate the 1st Saturday after a specific dated

    Try this:

    =D27+7-WEEKDAY(D27)

  3. #3
    Registered User
    Join Date
    10-26-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    67

    Re: Formula to calculate the 1st Saturday after a specific dated

    Thank you for your help. That worked.

    Lonnie

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formula to calculate the 1st Saturday after a specific dated

    You're welcome. Happy to help.

    Thanks for the rep!

+ 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. VBA, selecting specific row dated past 7 days (week)
    By thom2467 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-09-2016, 10:33 AM
  2. Calculate the first Saturday for a specific number of weeks after
    By mklindquist0815 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-05-2015, 09:16 PM
  3. VBA to calculate hours between 2 date/time excluding saturday & sunday
    By wotadude in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-12-2013, 10:12 AM
  4. Open multiple dated text files and import dated data specified in file name
    By andygxxxv in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-21-2013, 03:56 PM
  5. Replies: 5
    Last Post: 12-11-2012, 01:20 AM
  6. [SOLVED] How do you calculate workdays if Saturday is a workday?
    By Tracy Parish in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2006, 07:24 PM
  7. Replies: 11
    Last Post: 09-19-2005, 08:15 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