+ Reply to Thread
Results 1 to 5 of 5

Find the previous Weekday (thursday)

  1. #1
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Find the previous Weekday (thursday)

    How can I identify the previous Thursday given a date? For instance, if I have a date (08/08/2006) in cell A4 and I need to know what the date is for the previous Thursday (08/03/2006), what formula could identify that date?

  2. #2
    Bob Phillips
    Guest

    Re: Find the previous Weekday (thursday)

    =A1+CHOOSE(WEEKDAY(A1),-3,-4,-5,-6,0,-1,-2)

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "JimDandy" <[email protected]> wrote in
    message news:[email protected]...
    >
    > How can I identify the previous Thursday given a date? For instance, if
    > I have a date (08/08/2006) in cell A4 and I need to know what the date
    > is for the previous Thursday (08/03/2006), what formula could identify
    > that date?
    >
    >
    > --
    > JimDandy
    > ------------------------------------------------------------------------
    > JimDandy's Profile:

    http://www.excelforum.com/member.php...o&userid=16578
    > View this thread: http://www.excelforum.com/showthread...hreadid=570418
    >




  3. #3
    Ron Rosenfeld
    Guest

    Re: Find the previous Weekday (thursday)

    On Thu, 10 Aug 2006 12:25:44 -0400, JimDandy
    <[email protected]> wrote:

    >
    >How can I identify the previous Thursday given a date? For instance, if
    >I have a date (08/08/2006) in cell A4 and I need to know what the date
    >is for the previous Thursday (08/03/2006), what formula could identify
    >that date?


    =A1-WEEKDAY(A1+2)
    --ron

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Another alternative.......just in case....

    For a date in A1

    This formula returns the previous Thursday (unless A1 is already a Thursday):
    B1: =+A1-MOD(WEEKDAY(A1)+2,7)

    Does that help?

    Regards,

    Ron

  5. #5
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Thanks!

    All these responses are very much appreciated. Thank you...

+ 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