I was wondering how to round to make it easier and more bentificial to the
employees that once you continue into the next 1/2 hour that it would round
the hour up IE example if I work 10.12 hours it will round it up to 11
hours. Here is the formula that I am using to figure the hours worked with
entering the actual military time the person is going to work
=(E15-C15 (E15lt;C15))*24 this is in Colum E3 figuring hours worked out of A3
and C3 if you can help with this it would be greatly appreciated
Assuming you are using decimal hours
=CEILING(10.12,0.5)
will round up to the nearest 0.5 hours but what you seem to want is
=CEILING(10.12,1)
since you want 10.12 to round to 11, that is not half hour but nearest hour--
Regards,
Peo Sjoblom
nwexcelsolutions.com
quot;gycoso3quot; gt; wrote in message
...
gt;I was wondering how to round to make it easier and more bentificial to the
gt; employees that once you continue into the next 1/2 hour that it would
gt; round
gt; the hour up IE example if I work 10.12 hours it will round it up to 11
gt; hours. Here is the formula that I am using to figure the hours worked
gt; with
gt; entering the actual military time the person is going to work
gt; =(E15-C15 (E15lt;C15))*24 this is in Colum E3 figuring hours worked out of
gt; A3
gt; and C3 if you can help with this it would be greatly appreciated
- Dec 18 Mon 2006 20:34
how do I round hours worked to the next half hour with a 24hr shif
close
全站熱搜
留言列表
發表留言