+ Reply to Thread
Results 1 to 6 of 6

Extract Date for Monday of the previous week

  1. #1
    Forum Contributor
    Join Date
    08-04-2008
    Location
    West Calder, Scotland
    MS-Off Ver
    365
    Posts
    418

    Extract Date for Monday of the previous week

    Hi guys

    Could someone tell me the formula to extract the date for the Monday of the previous week,,, not the current week

    many thanks

    JT
    Last edited by JamesT1; 08-29-2018 at 08:26 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Extract Date for Monday of the previous week

    It would help if you attached a sample Excel workbook, so we can envisage your problem in context.

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

    Pete

  3. #3
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Extract Date for Monday of the previous week

    Maybe this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BSB

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Extract Date for Monday of the previous week

    Or try:

    =WORKDAY.INTL(A1+1,-2,"0111111")

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Extract Date for Monday of the previous week

    or
    =INT((today()-9)/7)*7+2
    or
    =INT((today()-8)/7)*7+2 (if your week starts from sunday)
    Last edited by samba_ravi; 08-29-2018 at 05:34 AM. Reason: to get data for current date
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  6. #6
    Forum Contributor
    Join Date
    08-04-2008
    Location
    West Calder, Scotland
    MS-Off Ver
    365
    Posts
    418

    Re: Extract Date for Monday of the previous week

    many thanks guys

    some interesting variation to get the result,, many thanks for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. output previous friday date if Monday
    By onlinestatements in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-12-2017, 01:46 PM
  2. get the date for Monday of week 1,2,3,ect.
    By frankday in forum Excel General
    Replies: 2
    Last Post: 12-10-2015, 11:43 AM
  3. [SOLVED] Monday is being counted as the previous week?
    By Roan242 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-26-2014, 07:29 AM
  4. [SOLVED] Return the date of the previous Monday
    By pickslides in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-19-2014, 10:01 AM
  5. VBA - Date required for Monday & Sunday of week previous
    By wotadude in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-18-2011, 03:14 PM
  6. SOLVED - Display the date of the previous Monday?
    By tavlrb in forum Excel General
    Replies: 2
    Last Post: 02-26-2011, 01:50 AM
  7. The Monday of the previous week with VBA
    By Gérard Ducouret in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-06-2006, 04:30 PM

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