by Anonymous on August 3rd, 2009

Anonymous

Question

Help answer this question below.

I have excel 03. I have two columns in military time. I want to take the third column and get the difference. =B2-A2 works fine if B2 is larger than B1. but not the other way around, because of the military time. help?

  • Like
  • Report

Answers. 1 helpful answer below.

  • by Cyanotic Wasp on August 4th, 2009

    Cyanotic Wasp

    Assuming that the values are stored as time only and do not include a date component, then this formula should work for you:

    Times are stored as
    Col A = Start
    Col B = End

    =IF( B2 < A2, B2 - A2 + 24, B2 - A2)

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading I have excel 03. I have two columns in military time. I want to take the third column and get the difference. =B2-A2 works fine if B2 is larger than B1. but not the other way around, because of the military time. help?

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Excel military time
Excel 03
Use of excel in the milatery
Excel formula for difference in time in military time
Making a value military time in excel