Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am not too understanding of excel to any great extent. But I need to round
time to the nearest quarter. Example 8:11 to 8.25 4:41 to 4.75 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() I am assuming from you example that you are rounding up the time. Here are the two solutions: =CEILING(A1, TIME(0,15,0))*24 =TIME(HOUR(A1),CEILING(MINUTE(A1),15),0)*24 -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=558939 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
If you want the answer in decimal hours use this formula and format the cell
as a number =ROUND(A1*24*4,0)/4 If you want the answer in Excel time use this formula and format the cell as time =ROUND(A1*24*4,0)/24/4 These round to the nearest quarter hour so 4:17 will yield 4.25 or 4:15 "Meghan" wrote: I am not too understanding of excel to any great extent. But I need to round time to the nearest quarter. Example 8:11 to 8.25 4:41 to 4.75 |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks alot these should help
"Bearacade" wrote: I am assuming from you example that you are rounding up the time. Here are the two solutions: =CEILING(A1, TIME(0,15,0))*24 =TIME(HOUR(A1),CEILING(MINUTE(A1),15),0)*24 -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=558939 |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks alot these should really help
"Sloth" wrote: If you want the answer in decimal hours use this formula and format the cell as a number =ROUND(A1*24*4,0)/4 If you want the answer in Excel time use this formula and format the cell as time =ROUND(A1*24*4,0)/24/4 These round to the nearest quarter hour so 4:17 will yield 4.25 or 4:15 "Meghan" wrote: I am not too understanding of excel to any great extent. But I need to round time to the nearest quarter. Example 8:11 to 8.25 4:41 to 4.75 |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Thu, 06 Jul 2006 16:39:53 +0100, Bearacade
wrote: I am assuming from you example that you are rounding up the time. Here are the two solutions: =CEILING(A1, TIME(0,15,0))*24 =TIME(HOUR(A1),CEILING(MINUTE(A1),15),0)*24 Not used Ceiling() before, why won't it accept negative numbers. It is meant to round up to - no mention of only working with =0 numbers -- Steve (3) |
#7
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you
"SteveW" wrote: On Thu, 06 Jul 2006 16:39:53 +0100, Bearacade wrote: I am assuming from you example that you are rounding up the time. Here are the two solutions: =CEILING(A1, TIME(0,15,0))*24 =TIME(HOUR(A1),CEILING(MINUTE(A1),15),0)*24 Not used Ceiling() before, why won't it accept negative numbers. It is meant to round up to - no mention of only working with =0 numbers -- Steve (3) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding to the nearest quarter point? | Excel Discussion (Misc queries) | |||
how to calculate time start & time finish in quarter hour | Excel Discussion (Misc queries) | |||
Rounding to the nearest quarter (decimal) in a Pivot table | Excel Discussion (Misc queries) | |||
Format Round to Nearest Thousand | Excel Discussion (Misc queries) | |||
How do I calculation time in excel in 24 hour method | Excel Discussion (Misc queries) |