Today formula

CAKutsh
ββ
I am trying to determine by looking at today's date and subtracting birthdate, how to get a person's age. I am new to this so any help is appreciated.
Answers
-
Hi,
Copy and past the formula below into your AGE column. Make sure to edit the formula name if your other column is not named "Date of Birth".
=(YEAR(TODAY()) - YEAR([Date of Birth]@row) - IF(AND(MONTH(TODAY()) <= MONTH([Date of Birth]@row), DAY(TODAY()) <= DAY([Date of Birth]@row)), 1))
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!