M
malvis
Is there a formula that can calculate age when given only Date of Birth?
You're better off using:
=year(today())-year(a1)
This will work next year, whereas a hard-coded 2005 will not.
You're better off using:
=year(today())-year(a1)
This will work next year, whereas a hard-coded 2005 will not.