WEEKDAY function
Description
WEEKDAY(date) returns the weekday number of date. Days are numbered from Monday (=1) to Sunday (=7).
Example
WEEKDAY("07.05.1956") returns 4, this is the 4th day of the week (=Thursday; when date format is MM.DD.YYYY).
WEEKDAY(date) returns the weekday number of date. Days are numbered from Monday (=1) to Sunday (=7).
WEEKDAY("07.05.1956") returns 4, this is the 4th day of the week (=Thursday; when date format is MM.DD.YYYY).