Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MINUTE returns the minutes portion of a time value as an integer between 0 and 59. It is useful when you need to round times to the nearest quarter-hour, calculate elapsed minutes, or filter events occurring at specific minute marks.
=MINUTE(TIMEVALUE("14:37:00"))=MINUTE(TIMEVALUE("14:37:00"))Computed by a real spreadsheet engine on the sample data below.
| CallTime | Minutes |
| 0.375 | |
| 0.604861111 | |
| 0.916666667 | |
| 0.500694444 |
=MINUTE(TIMEVALUE("14:37:00"))→37
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Extract the minutes from a list of timestamps to see if calls were on the hour or not”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: