Returns the number of the week of the specified date, relative to the year.
Syntax Copy Code |
---|
WEEKNUM( Date date, [Integer mode = 1] ) → Integer |
Returns the number of the week within the year, for the specified date. If mode is not integer, it is automatically truncated.
Formula Copy Code |
---|
=WEEKNUM(TODAY()) |
Function Reference
DAY Function
MONTH Function
YEAR Function
WEEKDAY Function