+ Reply to Thread
Results 1 to 4 of 4

move date to next Monday if date is on a Friday, Saturday or Sunday

  1. #1
    Forum Contributor
    Join Date
    10-18-2012
    Location
    new york
    MS-Off Ver
    Office 365
    Posts
    177

    move date to next Monday if date is on a Friday, Saturday or Sunday

    Hi there,

    I have a list of dates and I need a formula that will return the date of the following Monday, IF the date falls on a Friday, Saturday or Sunday.

    Can anyone help?

    Thanks

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,882

    Re: move date to next Monday if date is on a Friday, Saturday or Sunday

    Try this:

    =IF(WEEKDAY(A2)=1,A2+1,IF(WEEKDAY(A2)=6,A2+3,IF(WEEKDAY(A2)=7,A2+2,"XX")))

    Replace the XX with whatever value you want if it does not meet the criteria.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: move date to next Monday if date is on a Friday, Saturday or Sunday

    One more:
    Please Login or Register  to view this content.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: move date to next Monday if date is on a Friday, Saturday or Sunday

    What do you want to return if the date is Monday, Tuesday Wednesday or Thursday? Assuming next day in those cases try using WORKDAY function, e.g.

    =WORKDAY(A1,1)
    Audere est facere

+ 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. finding date different between two collumn except saturday and sunday
    By sathiyamoorthy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2013, 02:45 AM
  2. How to exculde saturday and sunday in date calculation?
    By Thinker8 in forum Excel General
    Replies: 4
    Last Post: 10-05-2013, 12:26 PM
  3. Insert tomorrow's date unless Friday. If Friday, insert Monday's date.
    By Cboeree in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-13-2012, 01:21 AM
  4. identifying saturday and sunday in a date
    By mdub72 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-15-2008, 04:23 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