MINUTE is a function in Google Sheets that calculates the minutes in a time interval. To use the MINUTE function, you need to specify the start time and end time of the interval, and the function will calculate the number of minutes between the two times.
MINUTE(serial_number)
The MINUTE function in Google Sheets takes a serial number as an input and returns the minute component of that number as a number between 0 and 59.
MINUTE is used to calculate the minutes between two dates. For example, to find out how many minutes there are between September 1, 2017 and December 31, 2017, you would use the following formula: =MINUTE(B2,D2)
MINUTE can be used in conjunction with the DATE function to calculate the number of minutes between two dates. However, it should not be used to calculate the number of minutes in a day, as this can result in incorrect values.
MINUTE is a formula used in Google Sheets to calculate the minutes in a given time period. Some similar formulae to MINUTE in Google Sheets include:
TIME: TIME is a formula used in Google Sheets to calculate the time in a given time period.
DATE: DATE is a formula used in Google Sheets to calculate the date in a given time period.
DAY: DAY is a formula used in Google Sheets to calculate the day in a given time period.
MONTH: MONTH is a formula used in Google Sheets to calculate the month in a given time period.
YEAR: YEAR is a formula used in Google Sheets to calculate the year in a given time period.