+ Reply to Thread
Results 1 to 4 of 4

Return next Sunday's date beginning this Friday.

  1. #1
    Registered User
    Join Date
    06-22-2015
    Location
    Fulton, NY
    MS-Off Ver
    2007
    Posts
    2

    Return next Sunday's date beginning this Friday.

    I am currently using a formula in Excel that returns next Sunday from a given date:

    =(TODAY()+8-WEEKDAY(TODAY()-7))

    How can I write a formula that will return the next Sunday even if the current Sunday hasn't happened yet? Example, Sunday-Thursday, I'd like to return the next Sunday, however Friday-Saturday, I'd like to ignore the upcoming Sunday and return the Sunday for the following week.

    The reason for this is I print out overtime reports for Week Ending: (insert date for following Sunday). I would like to be able to print these reports out on Friday if overtime is not being worked over the weekend, without having to wait to print out Monday morning.

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

    Re: Return next Sunday's date beginning this Friday.

    This version will do that

    =TODAY()+10-WEEKDAY(TODAY()+2)
    Audere est facere

  3. #3
    Valued Forum Contributor
    Join Date
    01-10-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    651

    Re: Return next Sunday's date beginning this Friday.

    seems like this is working:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Hope I could help - if your post has been solved don't forget to mark it as such.

    Clicking the * below is a great way to say thanks!

    "Drowning in 10 feet of water isn?t any different than drowning in a million feet. And if you can swim, it doesn?t matter how deep the ocean is. At some level, once you realize you?re in water that?s too deep to stand, you have to have a very different approach," - Joi Ito

  4. #4
    Registered User
    Join Date
    06-22-2015
    Location
    Fulton, NY
    MS-Off Ver
    2007
    Posts
    2

    Re: Return next Sunday's date beginning this Friday.

    Thank you both. Both solutions seem to work.

+ 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] Dates in Excel - If Saturday or Sunday, return Friday's date
    By gjrr4x1 in forum Excel General
    Replies: 6
    Last Post: 02-12-2015, 02:56 PM
  2. move date to next Monday if date is on a Friday, Saturday or Sunday
    By ea223 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-24-2014, 01:54 PM
  3. Replies: 9
    Last Post: 12-19-2012, 01:06 AM
  4. [SOLVED] Return a Date of the Following Friday
    By FranksView in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-31-2012, 01:02 AM
  5. Return Friday's Date - Of the Week Prior to selected date
    By JonesZoid in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-12-2012, 09:19 AM

Tags for this Thread

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