Skip to main content
 

Excel Formula: Calculate difference between two times

Author: Sun Last Modified: 2020-08-27

 doc calculate difference between time 5

To calculate the difference between two times, this tutorial provides a simple formula and also explains how to use it in Excel.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc sample

Generic formula:

IF(time2>time1,time2-time1,time1-time)

Arguments

Time1, time2: the two times you want to calculate the difference.

Return value

This formula returns a numeric value, between 0-1.

How this formula work

To calculate the difference between time 1 and time 2 in cell B3 and B4, please use below formula:

=IF(C3>B3,C3-B3,B3-C3)

Press Enter key to get the number.
doc calculate overtime pay 4

Format the cell to a time format you want by pressing Ctrl + 1 to open the Format Cells dialog, then choose a time format.
doc calculate difference between time 3

Then drag autofill handle over cells that need to calculate difference of times.
doc calculate difference between time 5

Explanation

IF function: Perform a simple logical test depending on the comparison result, and it returns one value if a result is TRUE, or another value if result is FALSE.

As if the difference between two times is a negative value, Excel will display it as #####. For avoiding this, we use IF function. Supposing time2 is larger than time1, then it displays the result as time2 -time1, if does not match this condition, it shows the result as time1-time2.

Note:

This formula cannot handle durations greater than 24 hours.


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.