DATE Function

From Planfix
Jump to: navigation, search

The DATE function returns a date made up of the year, month, and day.


Format:

DATE(year;month;day)


Examples:

DATE(YEAR(B);MONTH(B);+1;DAY(B))



Go To