Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
HOUR extracts the hour portion of a time serial number, returning an integer from 0 (midnight) to 23. Use it to classify events by time of day, calculate shift assignments, or build hour-level aggregations from timestamped data.
=HOUR(TIMEVALUE("14:30:00"))=HOUR(TIMEVALUE("14:30:00"))Computed by a real spreadsheet engine on the sample data below.
| Timestamp | HourOfDay |
| 0.375 | |
| 0.604166667 | |
| 0.916666667 | |
| 0.041666667 |
=HOUR(TIMEVALUE("14:30:00"))→14
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: “Find what hour of the day each customer support ticket was submitted”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: