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