Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet where I need to calculate the raw amount of time between
when a problem was called in and when it was resolved. I am importing data, which is a date-time group. for instance, I need to subtract 10-1-04 17:55 from 10-2-04 18:30. In this instance, the answer should be 24:35, as in 24 hours and 35 minutes. It seems whatever I try with formats or anything else is giving me a date-time group instead of a pure elapsed time. After I do this, I need to compare it to a standard to evaluate our service levels. Should I have the standard in the same format ? [h]:mm:ss, or will this affect anything? I'm currently doing this in VBA with the following line: Cells(n, 15).Value = Cells(n, 10).Value - Cells(n, 3).Value where the cells in question contain the date-time values. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
elapsed dates between start and end date and time | Excel Discussion (Misc queries) | |||
Need to determine the elapsed Minutes between 2 dates in excel | Excel Worksheet Functions | |||
EXCEL 2003 Dates & elapsed time | Excel Discussion (Misc queries) | |||
calculate elapsed time between dates and times | Excel Worksheet Functions | |||
Ref: Formula to calculate elapsed time between certain dates and t | Excel Discussion (Misc queries) |