+ Reply to Thread
Results 1 to 5 of 5

46 Weeks in the past

  1. #1
    Forum Contributor
    Join Date
    02-09-2007
    Location
    UK
    MS-Off Ver
    2019 & 365
    Posts
    304

    46 Weeks in the past

    I need a formula that looks at todays date and works out what the week number was 46 weeks in the past and a second formula that works out what the date on the Monday of that week 46 week in the past was.

    Have been using NOW TODAY WEEKNUM Etc but cant figure it out.

    Thanks in advance BVG
    Last edited by Badvgood; 07-27-2011 at 12:25 PM.

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

    Re: 46 Weeks in the past.....

    This depends on your definition of week number (there are different ones) but you can get 46 weeks ago by using this formula

    =TODAY()-46*7

    so for weeknumber using WEEKNUM try

    =WEEKNUM(TODAY()-46*7)

    and for the Monday

    =TODAY()-WEEKDAY(TODAY(),3)-46*7

    format as date
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    02-09-2007
    Location
    UK
    MS-Off Ver
    2019 & 365
    Posts
    304

    Re: 46 Weeks in the past

    Thanks for the assistance, can I ask what does the ,3 do in =TODAY()-WEEKDAY(TODAY(),3)-46*7

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: 46 Weeks in the past

    When you use WEEKDAY with 3 as the second argument it returns a zero for a Monday through to a 6 for Sunday so for any date in A1 this formula will give you the previous Monday

    =A1-WEEKDAY(A1,3)

    I just used TODAY() in place of A1

  5. #5
    Forum Contributor
    Join Date
    02-09-2007
    Location
    UK
    MS-Off Ver
    2019 & 365
    Posts
    304

    Re: 46 Weeks in the past

    Thank you once again.

+ 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