I need to check if a time of collection is within allowed time window or not.
For e.g.
A B C
1 2/1/2017 10.36 2/1/2017 10.30 1 min out of +/- 5 minutes window
2 2/1/2017 10.24 2/1/2017 10.30 1 min out of +/- 5 minutes window
A1 here time of collection of data (date included), and B1 is the scheduled time. The acceptable window or range for this is +/- 5 minutes. In this case the time of collection is 1 min out of +/- 5 minutes window. Similar example is shown in row 2. How can i get C1 to show the message or something similar as above which can account for + 5 minutes (after scheduled time- late) and - 5 minutes (before scheduled time-early) scenarios?.
Thank you!.
Bookmarks