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.
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

Last updated
Was this helpful?