View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Thomas Thomas is offline
external usenet poster
 
Posts: 107
Default Subtotaling of hours

Example:
A B C
TIMESHEET
In out Hours
8:00 17:15 8:15 [Hours is calculated, B - A, "In", "Out", formatted as
hh:mm)
9:00 17:00 8:00

Total xxxx

PROBLEM:
If I use SUM() to calculate xxxx the number is wrong.
What function can I use to come up with the correct total of 16:15 ?

Thanks a lot,
Thomas