Get day from date
The DAY function takes just one argument, the date from which you want to extract the day. In the example, the formula is:
=DAY(B5)
B5 contains a date value for January 5, 2016. The DAY function returns the number 5 representing the day...Read more