How to Calculate Overtime Hours in Excel

The calculation of work overtime is dependent on knowing when an employee starts and when he or she finishes for the day.

Let’s start by laying out the data. Create a worksheet with columns for the start time, end time, and total hours worked each day. You can also include columns for the normal workweek hours and the overtime hours.

overtime data table

Overtime formula

1. Click under Total (F2) (1), and type in =(E6-B6 + (E6<B6))*24 (2).

click under total

2. Click on G6 (under worked hours) (1), and type =((E6-B6+(E6<B6))-(D6-C6+(D6<C6)))*24.

click under worked hours

3. Add Regular Hours.

click under Regular Hours

4. Click on H6 (under regular hours) (1), and type =Min(E2;G6), then press enter.

min function

Overtime calculator

5. Click on I6 (under Overtime Hours) (1), and type =MAX(0;G6-$E$2), then press enter.

max function

6. Mark from F6 to I6 (1), and double click on the small square (2).

overtime mark data

If there is anything that does not show correctly, you should right-click on that cell, choose Format Cells, and then click on the number, and finally press Okay.

By using these formulas, you can easily calculate the overtime hours for a set of data in Microsoft Excel. You can also use conditional formatting and other Excel features to further analyze and visualize the data to draw conclusions and make informed decisions.

This is how to Calculate Overtime Hours in Excel.