+ Reply to Thread
Results 1 to 3 of 3

Capturing the last "Saturday"

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-02-2008
    Location
    Utah
    Posts
    171

    Capturing the last "Saturday"

    What would be the easiest way to capture the last Saturday that occurred? I want a particular cell to automatically update whenever I open it on Monday or Tuesday to bring the date of the most recent Saturday.

    Thanks for all your help!
    John

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    If you mean the Saturday 0 to 6 days ago, then

    = TODAY() - WEEKDAY(TODAY() - 12, 3)

    If you mean the Saturday 1 to 7 days ago, then

    = TODAY() - 1 - WEEKDAY(TODAY() - 13, 3)

  3. #3
    Forum Contributor
    Join Date
    07-02-2008
    Location
    Utah
    Posts
    171

    Thanks for the help!!

    Hi SHG,

    Thanks for the help! I actually ended up using: =TODAY()-MOD(TODAY()-7,7). Both work just as well though.

    Thanks,
    John

+ 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