Subtract times?

T

Terry Pinnell

I'm so rusty at this! Could someone remind me how I get the difference
between two columns of Times please? I'm using familiar hours and minutes.

Col A Col B Col C
12:04 12:34 00:30 <--- How do I get this '00:30'?
16:35 18:34 01:59 etc

What cell format do I apply after typing in the data as say HH:MM? And
what function do I use for the result in Column C please?
 
C

Claus Busch

Hi Terry,

Am Tue, 31 Jan 2012 10:49:01 +0000 schrieb Terry Pinnell:
Col A Col B Col C
12:04 12:34 00:30 <--- How do I get this '00:30'?
16:35 18:34 01:59 etc

if start and end always in same day, then in C2:
B2-A2 and format hh:mm
If sometimes the end is on next day, then in C2:
=MOD(B2-A2,1) and format hh:mm


Regards
Claus Busch
 

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

Top