Google Sheets - WEEKDAY function

WEEKDAY function tells whether a day is the 2nd, 4th day of the week etc.

Syntax

WEEKDAY(date, [type])

type is optional. If type is 1, Sunday is the 1st day and Saturday is the 7th day. If type is 2, Monday is the 1st day and Sunday is the 7th day. If type is 3, the value for Monday is 0 and the value for Sunday is 6. The default value for type is 1.

Examples



Comments

Popular posts from this blog

Excel - IF function

Excel - Hierarchical chart (Treemap)

Excel - VLOOKUP function