The MAKEDATE() function calculates a date from the specification of "Year" and "Day of year".
If the value of "Year" is 0, the calculation starts from the year 2000.
If the value of "Year" is NULL, the MAKEDATE() function returns NULL.
If the value of "Day of year" is NULL or 0, the function returns NULL. |