Returns the minute component of a specific time, in numeric format. Learn more
The MINUTE function is a date/time function commonly used in Google Sheets. It is used to extract the minute value from a given time or timestamp.
For example, if the input time is 3:25 PM, the MINUTE(time) function would return the value 25. It can be used in conjunction with other date/time functions to perform various calculations and comparisons involving time values.