Calculate the difference between two times

B

Buffgirl71

I have two columns formatted as time in this manner: NN:NN:NN. I want
to calculate the difference between the two times. For example, in the
first column I might have 10:02:01 and in the second column I might
have 10:05:03. I want to calculate the time elapsed between the two
times: 00:03:02. Is there a way I can do that in Excel?
 
B

Bob Phillips

Just subtract one from the other and format as time. If the times could span
a day, use =MOD(B1-A1,1)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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