Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Calculating an AGE

I want to create a field that automatically calculates someones age.
So I have a Date Of Birth field, and a Current Date field, plus a field that subtracts one from the other. The problem is it gives the answer in weeks (ie 2408 weeks.) How do it get it to give years and months?
Thanks!

Dual G5, Mac OS X (10.5.7)

Posted on Jun 3, 2009 7:59 AM

Reply
Question marked as Best reply

Posted on Jun 3, 2009 8:24 AM

Hi Andrew,

The following expression will give you the years and months of age to the current date if the birth date is in Column A. You can make adjustments from there.

=INT(DATEDIF(A,TODAY(),"M")/12) & " Years and "&MOD(DATEDIF(A,TODAY(),"M"),12)&" Months"

Regards,

Jerry
2 replies

Calculating an AGE

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.