You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DAY function syntax has the following arguments:
Serial_number Required. The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.
Output of go version:
go version go1.17 linux/amd64
The text was updated successfully, but these errors were encountered:
Description
Returns the day of a date, represented by a serial number. The day is given as an integer ranging from 1 to 31.
https://support.microsoft.com/en-us/office/day-function-8a7d1cbb-6c7d-4ba1-8aea-25c134d03101
Syntax
DAY(serial_number)
The DAY function syntax has the following arguments:
Output of
go version
:The text was updated successfully, but these errors were encountered: