I am having problems with trying to find a formula for the results below.
Three columns below A = Expected, B = Actual, C = Diff.
Line one formula in cell C2 =A2-B2 result = 08:44. Which shows the ship time is early.
The problem is line 4,5,6 the time is late but all I see is #########.
What I would like to see is when the Actual Ship Time is earlier then Expected Ship Time and greater then 4 hours (240 min) show column D as "Early"
When Actual ship time is between 0 and 239 min show as On Time
When Actual ship time is later then 90 minutes past Expected Ship Time show as "Late" (IE:line 4, 5, 6 below)
Any help would be appreciated
Three columns below A = Expected, B = Actual, C = Diff.
Line one formula in cell C2 =A2-B2 result = 08:44. Which shows the ship time is early.
The problem is line 4,5,6 the time is late but all I see is #########.
What I would like to see is when the Actual Ship Time is earlier then Expected Ship Time and greater then 4 hours (240 min) show column D as "Early"
When Actual ship time is between 0 and 239 min show as On Time
When Actual ship time is later then 90 minutes past Expected Ship Time show as "Late" (IE:line 4, 5, 6 below)
Any help would be appreciated
Expected Ship Time | Actual Ship Time | Diff | |
2022-06-09 18:30 | 2022-06-09 9:46 | 08:44 | |
2022-06-09 9:00 | 2022-06-09 5:36 | 03:24 | |
2022-06-09 11:00 | 2022-06-09 10:22 | 00:38 | |
2022-06-09 8:00 | 2022-06-09 8:11 | ############# | ???? |
2022-06-09 17:00 | 2022-06-09 17:21 | ############# | ???? |
2022-06-09 10:00 | 2022-06-09 10:27 | ############# | ???? |
Book 1 Time sample.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Expected Ship Time | Actual Ship Time | Diff | ||
2 | 2022-06-09 18:30 | 2022-06-09 9:46 | 08:44 | ||
3 | 2022-06-09 9:00 | 2022-06-09 5:36 | 03:24 | ||
4 | 2022-06-09 11:00 | 2022-06-09 10:22 | 00:38 | ||
5 | 2022-06-09 8:00 | 2022-06-09 8:11 | ############# | ||
6 | 2022-06-09 17:00 | 2022-06-09 17:21 | ############# | ||
7 | 2022-06-09 10:00 | 2022-06-09 10:27 | ############# | ||
sample |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2:C7 | C2 | =A2-B2 |