For the complete documentation index, see llms.txt. This page is also available as Markdown.

DAY

The DAY function extracts the day value from a date. This function is commonly used to analyze and group data based on the day of the month.

Note

The input dates should be in MM/DD/YYYY format. References are also accepted as arguments.

Syntax

DAY(date)

Arguments

  • date: The input date.

Return value

Returns the day value from the specified date.

Example

DAY(Open Date)

Extracts the day value from the Open Date field. For example, if Open Date is 05/22/2026, the function returns 22.

Excel equivalent

DAY

Last updated

Was this helpful?