Skip to content

IS_WEEKDAY

Description

IS_WEEKDAY returns true if the given date falls on a Monday through Friday, and false otherwise.

Syntax

IS_WEEKDAY(date)

Returns: true or false.

Example

IS_WEEKDAY('2024-08-12')

This returns true — 12 August 2024 is a Monday.