Time Computation

G

Guest

I have three columns in my workbook as follows:

Arrival Time 21:24:00
Departure Time 21:35:00
Diff 0:11

When I try to sum the Diff column which is in same format as AT and DT, I
get some off the wall number that comes nowhere close to the number of HH:MMs
represented in the Diff column.

Can someone help me with the formula or whatever it takes to computer the
Diff column total?

Thanks in advance.

KP
 
G

Guest

The diffference is in days wit a fraction. Using the menu option Format
cells number you can select different option. Use data HH:MM if this is
whatt you wnat.

You can always convert days to hours - minutes to a sting witth

=text(mytime/24)+":"+text(mod(mytime,24))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Calculating diff between date/ time only between certain hours 5
Formula Help 2
Time, & Ceiling? 3
Formatting time 2
Time difference across midnight 6
vlookup or Match 6
Time, & Round? 2
Time calculating problem 2

Top