+ Reply to Thread
Results 1 to 5 of 5

How to convert week of month into Date?

  1. #1
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    How to convert week of month into Date?

    Rules: Monday as the 1st day of month.


    2rd week of July 2015= 13.07.2015

    3rd week of Aug 2015 = 17.08.2015.

    What is the formulas to get the exact date from the week of month?

    Thanks
    Last edited by Shermaine2010; 07-12-2015 at 11:11 PM.

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: How to convert week of month into Date?

    Perhaps :

    =DATE(C2,MONTH(B2&1),1)+7*(A2)-WEEKDAY(DATE(C2,MONTH(B2&1),1),3)

    C2=Year
    B2 = Month (text formatted example July)
    A2 = Week Number

    Hope this works

  3. #3
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: How to convert week of month into Date?

    Great.. Thanks

  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: How to convert week of month into Date?

    You're welcome, and thanks for feedback

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

    Re: How to convert week of month into Date?

    Quote Originally Posted by azumi View Post
    =DATE(C2,MONTH(B2&1),1)+7*(A2)-WEEKDAY(DATE(C2,MONTH(B2&1),1),3)
    Does that work when 1st of the month is a Monday? For example for June 2015 I'd expect week 1 to be Monday 1st June 2015....but that formula gives 8th June. You can amend like this to get the correct date in all circumstances

    =DATE(C2,MONTH(B2&1),0)+7*(A2)-WEEKDAY(DATE(C2,MONTH(B2&1),0),3)

    .....or this version also works for me

    =(1&B2&C2)-WEEKDAY(6&B2&C2)+A2*7

    format result cell as date
    Audere est facere

+ 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. How do Convert week No Coressponding to the Month
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-05-2015, 04:27 AM
  2. Replies: 13
    Last Post: 10-10-2014, 06:50 AM
  3. [SOLVED] Excel month dropdown list to generate day of week and date for selected month
    By aaaaaaaa in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-17-2010, 02:45 PM
  4. Convert "Date" to week & month Month automatically
    By ajxxx in forum Excel General
    Replies: 7
    Last Post: 11-16-2008, 04:20 PM
  5. Convert financial week into corresponding month
    By RichHoughton in forum Excel General
    Replies: 8
    Last Post: 05-24-2005, 01:06 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