Thread
:
Inverse to WEEKNUM
View Single Post
#
6
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
Inverse to WEEKNUM
Looks like the best one
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Teethless mama" wrote in message
...
=DATE(YEAR(TODAY()),1,1)-8+(A1)*7
"Alonso" wrote:
I know that using the function WEEKNUM you can get the number for a week
through a year
eg. =WEEKNUM(09/29/2008) gets 40
my question is
can it be done backwards??
what i want to do is
type the number of the week (A1)
and get the date of the monday of that week (on B1)
ie
if i type 41
i should get 10/06/2008
(the date of the monday of week 41)
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett