Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have setup my own time sheet and initially did most of the calculations in
my head besides the hours for the day sum and then a total of all those using the sum function. What I would like to do is to be able to have a start time and end time column and excel to calculate the time elapsed between those values and round to quarter hours. How do I do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Darren,
check this web it has all the answers related with time elapsed http://www.cpearson.com/excel/datetime.htm If this was helpful please say yes, thanks "Darren" wrote: I have setup my own time sheet and initially did most of the calculations in my head besides the hours for the day sum and then a total of all those using the sum function. What I would like to do is to be able to have a start time and end time column and excel to calculate the time elapsed between those values and round to quarter hours. How do I do this? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Give this formula a try...
=MROUND(24*(A2-A1),0.25) Note: This formula requires you to activate the Analysis ToolPak in order for it to work (Tools/Add-In on the menu bar). -- Rick (MVP - Excel) "Eduardo" wrote in message ... Hi Darren, check this web it has all the answers related with time elapsed http://www.cpearson.com/excel/datetime.htm If this was helpful please say yes, thanks "Darren" wrote: I have setup my own time sheet and initially did most of the calculations in my head besides the hours for the day sum and then a total of all those using the sum function. What I would like to do is to be able to have a start time and end time column and excel to calculate the time elapsed between those values and round to quarter hours. How do I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TIMESHEET | Excel Worksheet Functions | |||
Timesheet | Excel Discussion (Misc queries) | |||
Timesheet - | Excel Discussion (Misc queries) | |||
add hours (calculated by functions) on a timesheet | Excel Worksheet Functions | |||
Timesheet functions | Excel Discussion (Misc queries) |