Understanding Time in Google Sheets: The Basics
Google Sheets interprets time values as fractions of a 24-hour day. This means that 1 represents a full day (24 hours), while 0.5 represents 12 hours. To accurately display calculated hours, particularly when totals exceed 24 hours, set your cell formatting to "Duration" using formats like [h]:mm:ss or h:mm. Without this, totals will reset after 24 hours. Start by creating columns for "Start Time," "End Time," and "Hours Worked," formatted appropriately to ensure precision in calculations.
To calculate hours worked, use the formula =End Time - Start Time. This simple subtraction will give you the total hours worked in a day. Ensure that your "Hours Worked" column is formatted as "Duration" to correctly display the results, even if they exceed an entire day.