Skip to Content

MINUTE

Returns the minutes of a time value. The minute is given as an integer, ranging from 0 to 59

Syntax

MINUTE(serial_number)

Parameters

  • serial_number: Required. The time that contains the minute you want to find

Example

=MINUTE("3:45 PM")
Returns: NumberSince: Excel 2003