+ Reply to Thread
Results 1 to 7 of 7

Return Future Weekday

  1. #1
    Registered User
    Join Date
    01-09-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2007
    Posts
    3

    Return Future Weekday

    Say in cell A1 I have the date 01/21/2013. Is there a formula I can use in B1 to return the following Wednesday (in this case 01/23/2013)?

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Return Future Weekday

    insert this in b1 and will give you the following WED date
    Please Login or Register  to view this content.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Return Future Weekday

    Maybe

    =A1+7-WEEKDAY(A1+3)
    Last edited by jeffreybrown; 01-09-2013 at 11:38 PM.
    HTH
    Regards, Jeff

  4. #4
    Registered User
    Join Date
    01-09-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Return Future Weekday

    I think I understand how that works. Thank you rcm.

  5. #5
    Registered User
    Join Date
    01-09-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Return Future Weekday

    Quote Originally Posted by jeffreybrown View Post
    Maybe

    =A1+7-WEEKDAY(A1+3)
    This will work too. Thank you both.

  6. #6
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Return Future Weekday

    you are welcome

  7. #7
    Registered User
    Join Date
    01-09-2013
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Return Future Weekday

    Here is another way
    =IF(WEEKDAY(A1)=1,A1+3,A1-(WEEKDAY(A1)-4))
    Having Sunday = 1, which is the beginning of the week
    Last edited by [email protected]; 01-10-2013 at 01:19 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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