Article ID: 190633 - Last Review: October 6, 2011 - Revision: 3.0 Working with time periods that exceed 24 hours in Excel for Mac
This article was previously published under Q190633 On This PageSUMMARY
In Microsoft Excel, you can format a cell containing the sum of amounts of time that exceed 24 hours with the number format "[h]:mm:ss"; Microsoft Excel automatically adds times beyond 24 hours and formats them correctly. MORE INFORMATION
To add times with a sum that exceeds 24 hours, use a normal sum formula:
=SUM(Range)
Then, click Cells on the Format menu, click the Number tab, click Custom in the Category list, and choose the following number format:
[h]:mm:ss
This format works correctly with times that exceed 24 hours.Note Range is either the defined name of a range that contains the times or the cell reference of the range that contains your times (for example, A1:A4). The values in the range must be in the "h:mm" or "hh:mm" format. How Microsoft Excel interprets timesMicrosoft Excel uses a serial numbering system to calculate dates and times. In this system, a single day is equal to one unit of time. Because an hour is equal to one twenty-fourth of a day, the serial number equivalent of one hour is 0.041667 (1 day divided by 24 hours in a day). Following the same logic, the serial number equivalent of one minute is 0.0006944 (1 day divided by 1,440 minutes in a day), and the serial number equivalent of one second is 1.1574E-05 (1 day divided by 86,400 seconds in a day).When you add times in Microsoft Excel, the serial number equivalents of the times are added and the result is displayed in a time format. However, only the fractional amount of the result (time less than 24 hours) can be displayed in a time format. As a result, your answer may be incorrect by a multiple of 24 hours. For example, if you add the following times
Cell Time Serial equivalent (days)
---- ----- ------------------------
A1 8:00 0.3333
A2 9:00 0.375
A3 10:00 0.4167
A4 11:30 0.4792
----- ------
Expected
Total 38:30 1.6042
REFERENCESExcel X and later versionsFor more information about time formats, click Excel Help on the Help menu, type time formats, click Search, and then click a topic to view it.Excel 2001For more information about time formats, click the Office Assistant, type formats for dates and times, click Search, and then click a topic to view it.Note If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. Excel 98For more information about time formats, follow these steps:
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top