Group,
I’m calculating people's age on their birthday this year using this formula:
=YEAR(TODAY()) - YEAR(DOB@row)
It works for most cases, but for some reason, it returns a negative number for people born in the 1940s. See the screenshot for details. Any idea what I'm doing wrong?
As always, thank you.