+ Reply to Thread
Results 1 to 3 of 3

Get next Tuesday based on a date.

  1. #1
    Forum Contributor
    Join Date
    08-07-2013
    Location
    mo
    MS-Off Ver
    Excel 2010
    Posts
    453

    Get next Tuesday based on a date.

    I have the formulas below that work great. The issue is they are all based on Today. I need them to read cell B2 and base them on that instead of today.

    Example: Today is Tuesday 5/13/14. So if I put in =TODAY()+7-WEEKDAY(TODAY()-6) it will give me this coming up fridays date 5/16/14. Perfect.

    I want to add something to that so it looks at B2 instead of today, so if B2 had 6/16/14 (falls on a Monday) as a value it would give me 6/20/14(that is the next friday after 6/16/14).

    Sunday =TODAY()+7-WEEKDAY(TODAY()-1)
    Monday =TODAY()+7-WEEKDAY(TODAY()-2)
    Tuesday =TODAY()+7-WEEKDAY(TODAY()-3)
    Wednesday =TODAY()+7-WEEKDAY(TODAY()-4)
    Thursday =TODAY()+7-WEEKDAY(TODAY()-5)
    Friday =TODAY()+7-WEEKDAY(TODAY()-6)
    Saturday =TODAY()+7-WEEKDAY(TODAY()-7)

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Get next Tuesday based on a date.

    So replace TODAY() with B2. Does that not work?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    08-07-2013
    Location
    mo
    MS-Off Ver
    Excel 2010
    Posts
    453

    Re: Get next Tuesday based on a date.

    Of course it does, its the easiest things that trip me up. Thanks

+ 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] Provide every other Tuesday based on odd or even week number of year
    By KJH34 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-12-2012, 07:31 PM
  2. Getting Days like Monday, Tuesday etc. from Date
    By rms10 in forum Excel General
    Replies: 2
    Last Post: 09-29-2008, 09:23 PM
  3. Replies: 4
    Last Post: 08-09-2006, 09:59 AM
  4. [SOLVED] How do/can I calculate the date for every Tuesday???
    By Jay in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-04-2006, 11:10 AM
  5. Replies: 5
    Last Post: 04-10-2005, 09:06 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