In a column of type formula, the function DAY_DELTA () makes it possible to make a subtraction between two columns of type date to display the result in day:
DAY_DELTA = time1 - time2
Formula
DAY_DELTA (moment1, moment2)
Example
DAY_DELTA (End, Start)
There are 7 days of discrepancies between the End column and the Start column.
Comments
0 comments
Please sign in to leave a comment.