How can I calculate an age in Numbers?

I would like to calculate an age for a person in Numbers by subtracting their date of birth from the current date or another date that I input. How can I use a formula to do this?

IMAC (RETINA 5K, 27-INCH, LATE 2015), macOS Sierra (10.12.5)

Posted on Jun 12, 2017 12:07 PM

Reply
Question marked as Top-ranking reply

Posted on Jun 19, 2017 9:37 AM

Use the DATEDIF function. If birthday is in $A2, then this returns the age of the person:


=DATEDIF($A2,TODAY(),"Y")


The "Y" tells the function to return years.

2 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How can I calculate an age in Numbers?

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