A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
thank you so much! it works! =)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Excel Community,
Please assist in creating formula below.
if the time difference is less than or equal to 15mins, the actual column should be equal to zero(0). If the time difference is greater than 15 minutes, the actual column should be equal to one (1) .
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
thank you so much! it works! =)
You should use below formula for Delays (format your result set as time)
=--TEXT(K2-L2,"[h]:mm")
In connection with the delays column, we have proforma ETD (estimated time of Departure) and ATD (actual time of departure)
ATD = 12/25/2019 5:00:00 PM
ETD = 12/26/2019 4:30:00 PM
the time difference on this is one day due to ahead of departure (ATD), the result is no delay since departure is ahead of time. the results in the actual column section should be equal to 1. since ATD is ahead of time.