Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=(B2-A2-C2)*24Computed by a real spreadsheet engine on the sample data below.
| ClockIn | ClockOut | Lunch | NetHours |
| 0.375 | 0.708333 | 0.041667 | =(B2-A2-C2)*24 |
| 0.333333 | 0.708333 | 0.041667 | =(B3-A3-C3)*24 |
| 0.375 | 0.75 | 0.041667 | =(B4-A4-C4)*24 |
=(B2-A2-C2)*24→6.999984
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Excel and Google Sheets store one full day as the number 1. A 9-hour shift is 9/24 ≈ 0.375. Multiplying by 24 converts that fraction back into hours.
Put each employee's lunch duration in column C alongside their times. The formula =(B2-A2-C2)*24 already references C2 per row, so different durations work automatically.
Yes. Hardcode the lunch duration as a time literal: =(B2-A2-TIME(1,0,0))*24 subtracts exactly 1 hour without a separate column.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: