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
- COUPNUM function - The function returns the number of interest payments on a security in Excel
- The DAY function - The function returns the day of the day, month and year in Excel
May be interested
- MONTH function in SQL Serverthis article will show you in detail how to use the datetime month () processing function in sql server with specific syntax and examples to better visualize and capture functions.
- The DAYS function - The function returns the number of days between 2 dates in Exceldays function: the function returns the number of days between 2 dates, the support function from excel 2013 onwards. syntax: days (end_date, start_date)
- DATEVALUE function - Functions to convert text format dates to serial numbers in Exceldatevalue function: the function converts the stored date value as text into a serial number recognized by excel. the function is useful in cases where the worksheet contains the date format you want to filter or sort. syntax: datevalue (date_text)
- ISODD function - The function returns True if the value is an odd number in Excelisodd function: the function returns true if the value is odd. application of functions to check odd and even numbers. syntax: isodd (number)
- PERMUTATIONA function - The function returns the number of permutations (can be repeated) of a given object in Excelpermutationa function: the function returns the number of permutations (can be repeated) of a given object. support functions from excel 2013 onwards. syntax: permutationa (number, number_chosen)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excelrank.eq function: the function returns the rank of a number in a list of numbers whose size is in correlation with other values. if multiple values have the same rank -> the function returns the highest rank. support functions from execl 2010 version onwards.
- SHEETS function - The function returns the number of pages in a reference in Excelsheets function: the function returns the number of pages in a reference. support functions from excel 2013 onwards. syntax: sheets (reference)
- BETA.DIST function - The function returns the Beta distribution in Excelbeta.dist function: the function returns the beta distribution to study the variability of a number of things through a sample. support functions from excel 2010 onwards. syntax: beta.dist (x, alpha, beta, cumulative, [a], [b])