+ Reply to Thread
Results 1 to 5 of 5

Thread: Return Week Ending Date (Friday)

  1. #1
    Registered User
    Join Date
    12-29-2011
    Location
    Twin Citites, MN
    MS-Off Ver
    Excel 2007
    Posts
    3

    Post Return Week Ending Date (Friday)

    I need to return the week ending date (Friday) for any given date entered in the first column (A). My billing cycle week ends on a Friday, and the new billing week technically starts the next day (Saturday).
    I have used the following formula, but it calculates the end of the week as Saturday. So, when I enter a Saturday (the start of a new billing cycle), it returns the date from the preceding Friday (the day before). All other days of the week return the proper Friday date (Sun -- Friday) How can I modify this formula so that Saturday is the start of the week and Friday is the end of the week?

    A1+6-WEEKDAY(A1,1))

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Return Week Ending Date (Friday)

    Perhaps:

    =A1+7-WEEKDAY(A1+2,2)

  3. #3
    Valued Forum Contributor Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens Greece
    MS-Off Ver
    Excel 2003
    Posts
    2,295

    Re: Return Week Ending Date (Friday)

    Hi

    If i understoond well, your point, then try this:

    =A1+6-WEEKDAY(A1;2)


    Hope to helps you
    Regards

    Fotis.

    I am proud that i am Greek.

    Just to know every one.We Greeks, we are nοt proud of our politicians. Υou?

    Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.


    My Avadar picture, is from Athens Acropolis.
    http://www.theacropolismuseum.gr

    http://www.visitgreece.gr/

  4. #4
    Registered User
    Join Date
    12-29-2011
    Location
    Twin Citites, MN
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Return Week Ending Date (Friday)

    Trying to mark Thread as Solved... Edit Post link doesn't take me anywhere.

  5. #5
    Registered User
    Join Date
    12-29-2011
    Location
    Twin Citites, MN
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Return Week Ending Date (Friday)

    =A1+7-WEEKDAY(A1+2,2) -- this is the answer. It works. Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0