Created
April 20, 2026 16:36
-
-
Save omergorur/9ad8b0c158f35146526a427bb2518c0b to your computer and use it in GitHub Desktop.
Excel: Round Time to the Nearest 15 Minutes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =ROUND(A1*(24*60)/15,0)*15/(24*60) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =YUVARLA(A1*(24*60)/15;0)*15/(24*60) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excel: Round Time to the Nearest 15 Minutes
Round any time value to the nearest 15-minute interval.
15to any interval you need (e.g.,5,10,30,60).h:mmto display as time.Excel: Saati En Yakın 15 Dakikaya Yuvarlama
Herhangi bir saat değerini en yakın 15 dakikalık dilime yuvarlar.
15yerine istediğiniz aralığı yazabilirsiniz (ör.5,10,30,60).ss:ddolarak biçimlendirin.