Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding time UP to nearest fourth-hour | Excel Discussion (Misc queries) | |||
Rounding a sum to the quarter hour. | Excel Worksheet Functions | |||
rounding up time to quarter hour increments | Excel Worksheet Functions | |||
rounding up time to quarter hour increments | Excel Worksheet Functions | |||
Rounding time to nearest Hour | Excel Worksheet Functions |