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.
>
>
Bookmarks