MINUTE function - The function returns minutes of a time value in Excel
The following article introduces you to the MINUTE function - one of the functions in the date and time group is very popular in Excel.
Description: The function returns minutes of a time value. Minutes are returned as integers, values from 0 to 59.
Syntax: MINUTE (serial_number)
Where: serial_number is the time value you want to calculate minutes, the time value can be entered as a string or as a decimal number or a combination of both.
Attention:
- The time value is part of the date value and is expressed as a decimal.
For example:
Calculate minute values in the following time formats:
- In the cell to calculate enter the formula: = MINUTE (F7).
- Press Enter -> minute value in the time value is:
- Similarly copying the formula for the remaining values results:
- Where the time value is invalid -> the function returns the error value #VALUE!
Above are instructions and some specific examples of working with MINUTE function .
Good luck!
You should read it
- NOW function - The function returns the current date and time in Excel
- How to round time to 30 minutes or 15 minutes in Excel
- DATEPART function in SQL Server
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- SECOND function - The function returns the second part of a time value in Excel
- DATENAME function in SQL Server
- POISSON function - The function returns the Poisson distribution in Excel
- How to use the IF function in Excel
May be interested
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- HOUR function - The function returns the hour of a time value in Excelhour function: the function returns the hour value of a time value, the hour is returned as an integer. syntax: hour (serial_number)
- Why 1 minute has 60 seconds, 1 hour has 60 minutes and 1 day has 24 hours?thanks to the ancient civilizations that defined and preserved the rules of dividing time, modern society has the laws of 1 day with 24 hours, 1 hour has 60 minutes and 1 minute has 60 seconds.
- F.TEST function - The function returns the result of the F - test in Excelf.test: the function returns the result of the f - test, the probability of two ends where the variance of 2 arrays is not significant. support functions from excel 2010 version. syntax: f.test (array1, array2)
- DAYS function, how to use the function to calculate the number of days between two time points in Excelthe days function in excel returns the results between two different timelines.
- 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)
- DATEPART function in SQL Serverthe datepart function in sql server returns a time value of the input argument, which can be day, month, year, quarter, hour, minute, second, millisecond ... the return value is an integer type (int)
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excelquartile.exc function: the function returns the quartile of the data set, with percentile values from 0 to 1 excluding 0 and 1. the support function is from excel 2010 onwards. syntax: quartile.exc (array, quart)
- HOUR function - The function converts a serial number into an hour in Excelhour function: the function returns the hour value in the time value hour minute second or the date value containing the hour.