+ Reply to Thread
Results 1 to 4 of 4

How to get the last Friday date based on current date?

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    81

    How to get the last Friday date based on current date?

    Hi everyone,

    I need to work out how to get the last (or most recent) Friday date. Suppose today is 14/02/2013, then the previous date is: 08/02/2013. If today is 15/02/2013, then I just want it to be 15/02/2013 as it is Friday.

    Thanks a lot for help

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

    Re: How to get the last Friday date based on current date?

    This formula will do that

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

  3. #3
    Valued Forum Contributor Dunc3142's Avatar
    Join Date
    09-05-2007
    Location
    Franklin OH
    MS-Off Ver
    2000 and 2007 and 2010 @ Home & Teach 2010
    Posts
    351

    Re: How to get the last Friday date based on current date?

    If you want to reference a cell that you enter a date in, just replace both Today() statements with the cell reference.
    Yes it will. we just have to figure out how...
    If I have helped you, PLEASE click the * and add to my Rep.
    Also, if the problem is SOLVED please mark it as so.

  4. #4
    Registered User
    Join Date
    11-02-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    81

    Re: How to get the last Friday date based on current date?

    Thanks, daddylonglegs. This worked perfectly


    Quote Originally Posted by daddylonglegs View Post
    This formula will do that

    =TODAY()+1-WEEKDAY(TODAY()+2)

+ 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