Get month from date
The MONTH function takes just one argument, the date from which to extract the month. In the example shown, the formula is:
=MONTH(B4)
where B4 contains the date January 5, 2016. The MONTH function returns the number 1 representing the...Read more