Calculating a Date Based on Year, Week Number and Day of the Week

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

Comments

  1. 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?

Leave a Reply to Ray Cancel reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

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.