MONTH function - The function returns the monthly value of a day expressed as a serial number in Excel
The following article introduces you to the MONTH function - one of the functions in the date and time group is very popular in Excel.
Description: The function returns the month of a day expressed as serial number in Excel. Months are represented by integers with values between 1 and 12 months.
Syntax: MONTH (serial_number)
Where serial_number is the date denoted by the serial number you want to calculate the month value.
Attention:
- Excel stores the date as a serial number to facilitate the calculation process.
- The return value of the function YEAR, MONTH, DAY is a Gregorian value regardless of the display format provided.
For example:
Calculate monthly values in days with different formats:
- In the cell to calculate enter the formula: = MONTH (F7).
- Press Enter -> return month value is:
- Similarly copying the formula for the remaining values results:
Above are instructions and some specific examples when working with the MONTH function in Excel.
Good luck!
You should read it
- MINUTE function - The function converts a serial number into a minute in Excel
- EOMONTH function - The function returns the last day in the month before or after 1 day of a specified number of months in Excel
- HOUR function - The function converts a serial number into an hour in Excel
- MONTH function in SQL Server
- DAYS360 function - The function returns the number of days between 2 dates, based on 360 days in Excel
- DAY function in SQL Server