Function Name
DAYSyntax
DAY(number)Description
Returns the day, as an integer, of the given date value. A negative date/time value can be entered. Number is a time value.Example:
A | B | |
---|---|---|
1 | Date | 41305 |
2 | Formula | =Day(B1) |
3 | Result | 31 |
Technical problems and solutions face during the quest of life advancement. Hopefully, this could provide help to someone in need someday.
A | B | |
---|---|---|
1 | Date | 41305 |
2 | Formula | =Day(B1) |
3 | Result | 31 |
A | B | |
---|---|---|
1 | Formula | =DateValue("31/01/2013") |
2 | Result | 41,305 |
A | B | |
---|---|---|
1 | Date | 11/01/2013 11:05:10 |
2 | Formula | =Date(Year(B1),Month(B1),Day(B1)) |
3 | Result | 11/01/2013 |