Table of Contents

WeekEnd(date)

Category: Date and Time function


Description

This function returns the date serial number of the last day (Saturday) of the week date falls in.


Arguments

ArgumentTypeDescription
dateDate or Number (date serial)An expression representing a date to derive the Saturday date value from.

Return value type: Date serial number


Remarks

The date argument can take any value or expression that evaluates to a date serial value. Examples include:


Examples

weekend(#2018-06-06)  //Returns 43260 (Equivalent to Sat, June 9th, 2018.)
weekend(30970)  //Returns 30975 (Equivalent to Sat, October 20th, 1984.)


See also