+ Reply to Thread
Results 1 to 5 of 5

Dates require through week number

  1. #1
    Valued Forum Contributor
    Join Date
    05-07-2014
    Location
    India
    MS-Off Ver
    MS Office 365
    Posts
    313

    Dates require through week number

    Hello Everyone,

    I want to return date through week number for example:- if I have week numbers 0-10 in range A1:A10, and I want to return the start date and last date so how can I return.


    Thanks in Advance
    Thanks
    Nisha Dhawan


    If you like my answer please click on * Add Reputation
    "If you can dream it, You can do it "

  2. #2
    Valued Forum Contributor
    Join Date
    04-12-2012
    Location
    India
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, 2019, Office 365, Google Spreadhsheet
    Posts
    640

    Re: Dates require through week number

    Assuming you have Week number given in A1 and by default you are looking for 2015 only. If you also wants to switch in years. then change the 2015 to your cell which contains year.

    "=MAX(DATE(2015,1,1),DATE(2015,1,1)-WEEKDAY(DATE(2015,1,1),2)+(A1-1)*7+1)"

    Cheers!!!
    Anil Dhawan
    Thanks,
    Anil Dhawan


    Click *Add Reputation to say "Thanks" and don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved) if you are satisfied.

    Don't stop when you are tired. STOP when you are done!

  3. #3
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Dates require through week number

    Here!

    Put this in B1 for Start Date - =MAX(DATE($E$1,1,1),DATE($E$1,1,1)-WEEKDAY(DATE($E$1,1,1),2)+(A1-1)*7) (Assuming Cell E1 will have Year)

    Put this in C1 for End Date - =B1+(7-WEEKDAY(B1,1))
    Cheers!
    Deep Dave

  4. #4
    Valued Forum Contributor
    Join Date
    05-07-2014
    Location
    India
    MS-Off Ver
    MS Office 365
    Posts
    313

    Re: Dates require through week number

    Thanks Anil Dhawan and NeedforExcel it works.

  5. #5
    Valued Forum Contributor
    Join Date
    04-12-2012
    Location
    India
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, 2019, Office 365, Google Spreadhsheet
    Posts
    640

    Re: Dates require through week number

    Hey Nisha,

    Thanks for adding rep.

    If your query has been resolved, please mark this thread as SOLVED.

+ 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] require a formula to return the week number
    By john dalton in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-17-2014, 09:51 AM
  2. Dates in a week number
    By Mangesh Yadav in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 07:05 AM
  3. [SOLVED] Dates in a week number
    By Mangesh Yadav in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 06:05 AM
  4. [SOLVED] Dates in a week number
    By Mike Fogleman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  5. [SOLVED] Dates in a week number
    By Mike Fogleman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-28-2005, 08:05 AM

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