Description
Used to return Minutes as a number from a Time in Excel. This function is useful when we need minutes for some calculation from a given time.
=MINUTE(serial_number)
The DAY function syntax has the following argument:
- Serial_Number Required.
The time that contains the minute you want to find. Times may be entered as text strings within quotation marks (for example, “6:45 PM”), as decimal numbers (for example, 0.78125, which represents 6:45 PM), or as results of other formulas or functions (for example, TIMEVALUE(“6:45 PM”))