DerekWooley
New Member
- Joined
- May 1, 2018
- Messages
- 34
Hello, I am trying to add up the total time differencebetween certain time stamps and when I do, I’m not sure how to convert thenumbers into hours for to get the correct sum. I have tried custom cellformatting but that doesn’t change the way excel sees inside the cell formulas.Below is the table I am using: it starts on Row 1, Column A. I am subtractingthe previous time from each time stamp except where it says “set-up” in columnB so my formula in Column D is on Row 4 is =IF(B5="",C5-C4,0). When Iadd all that up it should be 1.20 hours but when I sum it in excel, it shows.056. How do I get excel to calculate 1.20 hours?
[TABLE="width: 255"]
<tbody>[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81"] [/TD]
[TD="width: 81"] [/TD]
[TD="width: 81"] [/TD]
[TD="width: 96"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81"] [/TD]
[TD="width: 81"] [/TD]
[TD="width: 96"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 81, bgcolor: transparent"] [/TD]
[TD="width: 96, bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]
Thank you for any help!
[TABLE="width: 255"]
<tbody>[TR]
[TD="width: 81, bgcolor: transparent"]
Column A
[TD="width: 81, bgcolor: transparent"]
Column B
[TD="width: 81, bgcolor: transparent"]
Column C
[TD="width: 96, bgcolor: transparent"]
Column D
[/TR]
[TR]
[TD="width: 81"]
Part
[TD="width: 81"]
Type
[TD="width: 81"]
Time
[TD="width: 96"]
Inspection Time
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81"]
[TD="width: 81"]
Total
[TD="width: 96"]
0.05555556
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
13:30
[TD="width: 96, bgcolor: transparent"]
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
13:45
[TD="width: 96, bgcolor: transparent"]
0:15
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
13:45
[TD="width: 96, bgcolor: transparent"]
0:00
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
Set-up
[TD="width: 81, bgcolor: transparent"]
14:50
[TD="width: 96, bgcolor: transparent"]
0:00
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
15:05
[TD="width: 96, bgcolor: transparent"]
0:15
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
15:40
[TD="width: 96, bgcolor: transparent"]
0:35
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
15:55
[TD="width: 96, bgcolor: transparent"]
0:15
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
Set-up
[TD="width: 81, bgcolor: transparent"]
16:15
[TD="width: 96, bgcolor: transparent"]
0:00
[/TR]
[TR]
[TD="width: 81, bgcolor: transparent"]
Part A
[TD="width: 81, bgcolor: transparent"]
[TD="width: 81, bgcolor: transparent"]
16:15
[TD="width: 96, bgcolor: transparent"]
0:00
[/TR]
</tbody>[/TABLE]
Thank you for any help!