Thanks for your ideas.
If your year is in cell A1 and you week number is in cell B2, try the
following formula:
=MONTH(DATE(A1,1,MATCH(TRUE,WEEKNUM(DATE(A1,1,ROW(A1:A366)),2)=B1,0)))
Note: This is an array formula that should be confirmed by
CTRL+SHIFT+ENTER rather than just ENTER.
Note 2: WEEKNUM does not support European standard for week number,
see
http://office.microsoft.com/en-us/excel/HP052093371033.aspx
If you use the European standard for week numbers, you have to put
some more logic into the formula to handle the case, like this year,
where the first few days of the year is not week number 1.
In Europe January 1-3 of 2010 is week number 53.
Hope this helps / Lars-�ke
Which does *not* need to be array entered.
HTH
Steve D.
"KT" <K...@discussions.microsoft.com> wrote in message
news:6D51421C-548B-4A5D...@microsoft.com...
Lars-�ke
On Fri, 28 May 2010 12:02:13 +0100, "Steve Dunn" <st...@sky.com>
wrote:
I made a typo there. The week number is in cell B1 (not B2) of course.
Lars-�ke