In a formula column, the TIME_DELTA() function allows you to subtract between two date and time columns to display the result in minutes:
TIME_DELTA = time1 - time2
Formula
TIME_DELTA(moment1, moment2)
Example
TIME_DELTA(Start, End)
There is a 290 minutes gap between the End column and the Start column.
Comments
0 comments
Please sign in to leave a comment.