ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Rounding up a cell to the next ¼ hour. (https://www.excelbanter.com/excel-worksheet-functions/227136-rounding-up-cell-next-%C2%BC-hour.html)

Pasquale

Rounding up a cell to the next ¼ hour.
 
I have a column that is tracking time spent on projects and an auto summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?

Teethless mama

Rounding up a cell to the next ¼ hour.
 
=ROUNDUP(A1*96,0)/96


"Pasquale" wrote:

I have a column that is tracking time spent on projects and an auto summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?


ryguy7272

Rounding up a cell to the next ¼ hour.
 
Try:
=TIME(HOUR(A1),CEILING(MINUTE(A1),15),0)

This is a great resource:
http://www.cpearson.com/excel/datearith.htm

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Pasquale" wrote:

I have a column that is tracking time spent on projects and an auto summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?


David Biddulph[_2_]

Rounding up a cell to the next ¼ hour.
 
=CEILING(A1,1/96)
--
David Biddulph

"Pasquale" wrote in message
...
I have a column that is tracking time spent on projects and an auto
summation
at the bottom. However I would like to know how to formulate a cell that
take the total time and rounds it up to the next ¼ hour?





All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com