Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=MROUND(A2,"0:15")Computed by a real spreadsheet engine on the sample data below.
| Raw Time | Rounded 15 min |
| 9:07 AM | |
| 10:23 AM | |
| 2:38 PM | |
| 4:52 PM |
=MROUND(A2,"0:15")→0.375
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Excel stores time as a fraction of 24 hours. 15 minutes = 15/60/24 = 15/1440 of a day. Using "0:15" as a string is equivalent and easier to read.
Yes — use =MROUND(A2,"0:30") or =MROUND(A2,30/1440).
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: