Description of formula:
From the date takes and returns number assigned to the day of the week, monday=1, ..., wednesday=7
From the date takes and returns number assigned to the day of the week, monday=1, ..., wednesday=7
Syntax:
weekday(date)
weekday(date)
Parameters:
date
(type: Date) date to calculate week day form.
Returned type:
Number
Examples:
=weekday(A1)
=weekday(Date(2000,1,1))
=weekday(A1)
=weekday(Date(2000,1,1))
0 Comments