+ Reply to Thread
Results 1 to 5 of 5

Help Needed : To find Monday date in a week

Hybrid View

  1. #1
    Registered User
    Join Date
    10-03-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    67

    Help Needed : To find Monday date in a week

    Hi All,

    I will extract data from a particular webpage in any day of the week.This sheet is contains the date and time of the when data was extracted(in A1).

    Ex: If extracted date is 03/13/14 i need to apply formula to replace the current date to Monday date of that particular week.

    In Simple,

    Actual date : 03/13/14
    Replace with : 03/10/14(-90 days)

    I really appreciate your help!!!

    Regards
    Elango

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Help Needed : To find Monday date in a week

    =if(weekday(a1,2)<>1,a1-(weekday(a1,2)-1),a1)
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Help Needed : To find Monday date in a week

    http://www.excelforum.com/search.php returns for instance:
    http://www.excelforum.com/excel-form...same-week.html
    and there is an answer for you.
    Best Regards,

    Kaper

  4. #4
    Registered User
    Join Date
    10-03-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    67

    Re: Help Needed : To find Monday date in a week

    Hi Daffodil11,

    Thank you so much!!! It was simply superb..

    Regards
    Elango

  5. #5
    Registered User
    Join Date
    10-03-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    67

    Re: Help Needed : To find Monday date in a week

    Hi Kaper,

    Thanks for the link. The given formula is very simple i'm gonna use that.

    I also have a question on this. Why are we using 2 =A3+2-WEEKDAY(A3). How it works?

    Elango
    Last edited by Elangovan89; 03-19-2014 at 01:55 PM.

+ 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. [SOLVED] Formula to find monday and friday in a recent whole week
    By Netaji in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-25-2014, 06:19 AM
  2. VBA to insert this first monday of the week date function/value
    By line1260skr in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-28-2012, 07:15 PM
  3. [SOLVED] Find monday preceeding given-date unless date is a monday
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-10-2012, 07:42 AM
  4. Finding the Monday date based on a different date in same week
    By dandiehl in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2006, 01:10 PM
  5. date of monday of each week automatically
    By mturner in forum Excel General
    Replies: 0
    Last Post: 01-05-2006, 12:23 PM

Tags for this Thread

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