mcintoshmc
Active Member
- Joined
- Aug 10, 2007
- Messages
- 277
I am trying to multiply 0:35:15*1000 and I keep getting the result of 11:30:00. What am I doing wrong?
[h]:mm:ss
Which result you were expecting ...?
With 00:30:15 you get 00:10:00
Try changing the cell format to:
if you want total hours, minutes, seconds.Code:[h]:mm:ss
It is important to understand how Excel stores date anf time. It stores dates as whole numbers, specifically the number of days since 1/0/1900. So time is just a fractional component of one day.
So, your multiplication is returning the right value, but the wrong format (or more accurately, not the format you are expecting).