Problem:
Calculating a date using the relevant numbers for day of the week, week number, and year number.
Solution:
Use the DATE and WEEKDAY functions as shown in the following formula:
=DATE(C2,1,3)-WEEKDAY(DATE(C2,1,3),1)+7*(B2-1)+A2
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.
I think your Formula is great! the only part I donot understand is why "Date(Year,1,3)"
this is for 2014, Friday the 3rd Jan.
Must the formula refer to a special Date in the year eg:
the first Friday in the year?