IS_WEEKDAY
Last updated
Was this helpful?
IS_WEEKDAY returns true if the given date falls on a Monday through Friday, and false otherwise.
IS_WEEKDAY(date)Returns: true or false.
IS_WEEKDAY('2024-08-12')This returns true — 12 August 2024 is a Monday.
Last updated
Was this helpful?
Was this helpful?
