In a formula column, the DAY_DELTA() function allows you to subtract two date columns to display the result in days:
DAY_DELTA = time1 - time2
Formula
DAY_DELTA(moment1, moment2)
Example
DAY_DELTA(Fin, Début)
Configurator
Result
There is a 7-day difference between the End and Start columns.
Comments
0 comments
Please sign in to leave a comment.