I am trying to make this formula for the difference between 2 columns of date data. My starting formula was ({Date 2}) - ({Date 1}) and I only came back with NaN and 0.
So, I changed my formula to DATETIME_DIFF({Date 1},{Date 2}, ‘days’)
and
DATETIME_DIFF({Date 1},TODAY(), ‘days’)
and
DATETIME_DIFF({Date 1},TODAY([Date 2}), ‘days’)
The last 3 formulas give back an error message for an incorrect formula. What am I doing wrong? Thank you for your time and help!