Why are all my DATETIME_DIFF formulas coming up as a negative number?
My formula is: DATETIME_DIFF({Birthday}, TODAY(), ‘years’) and I am getting for example -29 instead of 29.
Why are all my DATETIME_DIFF formulas coming up as a negative number?
My formula is: DATETIME_DIFF({Birthday}, TODAY(), ‘years’) and I am getting for example -29 instead of 29.
Best answer by Penny_Bell
I figured it out it didn’t like the curly braces.
Used: DATETIME_DIFF(TODAY(), Birthday, ‘years’)
Thank you!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.