Calculate the difference between two times
Let's say that you want find out how long it takes for an employee to complete an assembly line operation or a fast food order to be processed at peak hours. There are several ways to calculate the difference between two times.
Present the result in the standard time format
There are two approaches that you can take to present the results in the standard time format (hours : minutes : seconds). You use the subtraction operator (-) to find the difference between times, and then do either of the following:
Apply a custom format code to the cell by doing the following:
-
Select the cell.
-
On the Home tab, in the Number group, click the arrow next to the General box, and then click More Number Formats.
-
In the Format Cells dialog box, click Custom in the Category list, and then select a custom format in the Type box.
Use the TEXT function to format the times: When you use the time format codes, hours never exceed 24, minutes never exceed 60, and seconds never exceed 60.
Example Table 1 — Present the result in the standard time format
Copy the following table to a blank worksheet, and then modify if necessary.
|
|
Note: If you use both a format applied with the TEXT function and apply a number format to the cell, the TEXT function takes precedence over the cell formatting.
For more information about how to use these functions, see TEXT function and Display numbers as dates or times.
Example Table 2 — Present the result based on a single time unit
To do this task, you'll use the INT function, or the HOUR, MINUTE, and SECOND functions as shown in the following example.
Copy the following tableto a blank worksheet, and then modify as necessary.
|
|
For more information about how to use these functions, see INT function, HOUR function, MINUTE function, and SECOND function.
No comments:
Post a Comment