In my calculations I needed to get the date for the first day of the week knowing only the week number.
What I came up with is the formula below. There may be a better approach than mine and I would love to find out if there is. And, yes I do know about Date + 7.
=DATE(2008,1,1)+A2/52*365-WEEKDAY(DATE(2008,1,1))-6
where A2 has the number of the week.
Member- AAAA Association Against Acronym Abusers
What I came up with is the formula below. There may be a better approach than mine and I would love to find out if there is. And, yes I do know about Date + 7.
=DATE(2008,1,1)+A2/52*365-WEEKDAY(DATE(2008,1,1))-6
where A2 has the number of the week.
Member- AAAA Association Against Acronym Abusers