I have weeks in format YY-WW (this week is 09-18) and wish to calculate the full date for the week commencing day for that week.
'09-18 is in cell S8. To work out the date I currently have:
=DATE(LEFT(S8,2),1,RIGHT(S8,2)*7-8)-WEEKDAY(DATE(LEFT(S8,2),1,3))
Which I thought was working fine, but turns out to be the WC date for 1909. I'll probably have to change the -8, that's not a problem, but I can't work out how to get it to 2009.
Bookmarks