In a formula column, the HOUR_DELTA() function calculates the gap, in hours, 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, HOUR_DELTA() cannot calculate a gap in hours.
Syntax
HOUR_DELTA(moment_1, moment_2)
Parameters
Examples
Calculate a gap in hours
The column returns the number of hours between the two dates and times.
HOUR_DELTA($End, $Start)
There is a 3 hour gap between the End column and the Start column.
Your formula returns 0 or stays empty
Go further
TIME_DELTA
For minute-level precision rather than hours.
Or continue with
Formula glossary
All available operators and functions, sorted by category.