IS_WEEKEND

Description

IS_WEEKEND returns true if the given date falls on a Saturday or Sunday, and false otherwise.

Syntax

IS_WEEKEND(date)

Returns: true or false.

Example

IS_WEEKEND('2024-08-10')

This returns true — 10 August 2024 is a Saturday.

Last updated

Was this helpful?