+ Reply to Thread
Results 1 to 13 of 13

Dates in a week number

  1. #1
    Mangesh Yadav
    Guest

    Re: Dates in a week number

    lets say you have the weeknumber in cell A1, and lets say you want to find
    all the 7 days in the year 2005, then use the following formula to get the
    first day in your weeknum:

    =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))

    and then add 1 six times to get the subsequent days.

    Mangesh



    "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > How do I find the dates that are in a week number? Assume Sunday is first
    > day.
    >
    >




  2. #2
    Mangesh Yadav
    Guest

    Re: Dates in a week number

    forgot to mention: you will require to enable the Analysis ToolPak addin to
    use the formula below.

    Mangesh



    "Mangesh Yadav" <mangesh.NOSPAMyadav@gmail.com> wrote in message
    news:#9jptq2kFHA.4000@TK2MSFTNGP12.phx.gbl...
    > lets say you have the weeknumber in cell A1, and lets say you want to find
    > all the 7 days in the year 2005, then use the following formula to get the
    > first day in your weeknum:
    >
    > =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))
    >
    > and then add 1 six times to get the subsequent days.
    >
    > Mangesh
    >
    >
    >
    > "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    > news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > > How do I find the dates that are in a week number? Assume Sunday is

    first
    > > day.
    > >
    > >

    >
    >




  3. #3
    Roger Govier
    Guest

    Re: Dates in a week number

    Hi Mike

    Take a look at
    http://www.rondebruin.nl/isodate.htm


    --
    Regards
    Roger Govier
    "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > How do I find the dates that are in a week number? Assume Sunday is first
    > day.
    >




  4. #4
    Mike Fogleman
    Guest

    Re: Dates in a week number

    Very good! Thank you.
    "Mangesh Yadav" <mangesh.NOSPAMyadav@gmail.com> wrote in message
    news:%239jptq2kFHA.4000@TK2MSFTNGP12.phx.gbl...
    > lets say you have the weeknumber in cell A1, and lets say you want to find
    > all the 7 days in the year 2005, then use the following formula to get the
    > first day in your weeknum:
    >
    > =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))
    >
    > and then add 1 six times to get the subsequent days.
    >
    > Mangesh
    >
    >
    >
    > "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    > news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    >> How do I find the dates that are in a week number? Assume Sunday is first
    >> day.
    >>
    >>

    >
    >




  5. #5
    Mangesh Yadav
    Guest

    Re: Dates in a week number

    lets say you have the weeknumber in cell A1, and lets say you want to find
    all the 7 days in the year 2005, then use the following formula to get the
    first day in your weeknum:

    =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))

    and then add 1 six times to get the subsequent days.

    Mangesh



    "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > How do I find the dates that are in a week number? Assume Sunday is first
    > day.
    >
    >




  6. #6
    Mangesh Yadav
    Guest

    Re: Dates in a week number

    forgot to mention: you will require to enable the Analysis ToolPak addin to
    use the formula below.

    Mangesh



    "Mangesh Yadav" <mangesh.NOSPAMyadav@gmail.com> wrote in message
    news:#9jptq2kFHA.4000@TK2MSFTNGP12.phx.gbl...
    > lets say you have the weeknumber in cell A1, and lets say you want to find
    > all the 7 days in the year 2005, then use the following formula to get the
    > first day in your weeknum:
    >
    > =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))
    >
    > and then add 1 six times to get the subsequent days.
    >
    > Mangesh
    >
    >
    >
    > "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    > news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > > How do I find the dates that are in a week number? Assume Sunday is

    first
    > > day.
    > >
    > >

    >
    >




  7. #7
    Roger Govier
    Guest

    Re: Dates in a week number

    Hi Mike

    Take a look at
    http://www.rondebruin.nl/isodate.htm


    --
    Regards
    Roger Govier
    "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > How do I find the dates that are in a week number? Assume Sunday is first
    > day.
    >




  8. #8
    Mike Fogleman
    Guest

    Re: Dates in a week number

    Very good! Thank you.
    "Mangesh Yadav" <mangesh.NOSPAMyadav@gmail.com> wrote in message
    news:%239jptq2kFHA.4000@TK2MSFTNGP12.phx.gbl...
    > lets say you have the weeknumber in cell A1, and lets say you want to find
    > all the 7 days in the year 2005, then use the following formula to get the
    > first day in your weeknum:
    >
    > =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))
    >
    > and then add 1 six times to get the subsequent days.
    >
    > Mangesh
    >
    >
    >
    > "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    > news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    >> How do I find the dates that are in a week number? Assume Sunday is first
    >> day.
    >>
    >>

    >
    >




  9. #9
    Mike Fogleman
    Guest

    Dates in a week number

    How do I find the dates that are in a week number? Assume Sunday is first
    day.



  10. #10
    Mangesh Yadav
    Guest

    Re: Dates in a week number

    lets say you have the weeknumber in cell A1, and lets say you want to find
    all the 7 days in the year 2005, then use the following formula to get the
    first day in your weeknum:

    =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))

    and then add 1 six times to get the subsequent days.

    Mangesh



    "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > How do I find the dates that are in a week number? Assume Sunday is first
    > day.
    >
    >




  11. #11
    Mangesh Yadav
    Guest

    Re: Dates in a week number

    forgot to mention: you will require to enable the Analysis ToolPak addin to
    use the formula below.

    Mangesh



    "Mangesh Yadav" <mangesh.NOSPAMyadav@gmail.com> wrote in message
    news:#9jptq2kFHA.4000@TK2MSFTNGP12.phx.gbl...
    > lets say you have the weeknumber in cell A1, and lets say you want to find
    > all the 7 days in the year 2005, then use the following formula to get the
    > first day in your weeknum:
    >
    > =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))
    >
    > and then add 1 six times to get the subsequent days.
    >
    > Mangesh
    >
    >
    >
    > "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    > news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > > How do I find the dates that are in a week number? Assume Sunday is

    first
    > > day.
    > >
    > >

    >
    >




  12. #12
    Roger Govier
    Guest

    Re: Dates in a week number

    Hi Mike

    Take a look at
    http://www.rondebruin.nl/isodate.htm


    --
    Regards
    Roger Govier
    "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    > How do I find the dates that are in a week number? Assume Sunday is first
    > day.
    >




  13. #13
    Mike Fogleman
    Guest

    Re: Dates in a week number

    Very good! Thank you.
    "Mangesh Yadav" <mangesh.NOSPAMyadav@gmail.com> wrote in message
    news:%239jptq2kFHA.4000@TK2MSFTNGP12.phx.gbl...
    > lets say you have the weeknumber in cell A1, and lets say you want to find
    > all the 7 days in the year 2005, then use the following formula to get the
    > first day in your weeknum:
    >
    > =DATE(2005,1,1)+((A1-2)*7+(8-WEEKDAY(DATE(2005,1,1))))
    >
    > and then add 1 six times to get the subsequent days.
    >
    > Mangesh
    >
    >
    >
    > "Mike Fogleman" <mikefogleman@insightbb.com> wrote in message
    > news:uerd1j2kFHA.3380@TK2MSFTNGP12.phx.gbl...
    >> How do I find the dates that are in a week number? Assume Sunday is first
    >> day.
    >>
    >>

    >
    >




+ 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