In a formula column, the TIME_DELTA() function calculates the gap, in minutes, between two date and time columns. The result is a number.
The key point: both columns must include time. Without the Time option enabled on both columns, TIME_DELTA() cannot calculate a gap in minutes.
Syntax
TIME_DELTA(moment_1, moment_2)
Parameters
Examples
Calculate a gap in minutes
The column returns the number of minutes between the two dates and times.
TIME_DELTA($End, $Start)
There is a 5 minute gap between the End column and the Start column.
Your formula returns 0 or stays empty
Go further
HOUR_DELTA
For a result in hours rather than minutes.
Or continue with
Formula glossary
All available operators and functions, sorted by category.