You need to sign in to do that
Don't have an account?

Contacts age at next birth date that takes care of leap years?
Hi i have a field called date of birth and i am trying to show the age of the contact at his next birthday, but i can't seem to incorporate leap years :(.
Try
FLOOR((TODAY()-Birthdate)/365.2425)+1
Remove the +1 to show contact's current age.
All Answers
Try
FLOOR((TODAY()-Birthdate)/365.2425)+1
Remove the +1 to show contact's current age.
Then I guess you didn't enter it correctly, because it's working fine for me.
Here's a screenshot of the results, using the birthday you gave me:
http://yfrog.com/5jagep
And here's a screenshot of how I set it up - I added an If() check in case the birthday was not entered:
http://yfrog.com/5kage2p