Struggling with Age Calculation in Excel? Here's How to Do It Easily with Large Data Sets

Muhaimer
Hi all, can anyone help me with how to calculate age from the given date of birth in an Excel sheet? I find it difficult to calculate manually when there are thousands of data.
roopanagaraju@ymail.com
It's very simple. Today's date of birth will give you the exact age of employees. Please find the attachment; it may be useful to you.

Thank you.

Regards
1 Attachment(s) [Login To View]

Sreeram70
While the file enclosed by Roopanagaraju is one way of calculating age, you can also try the following:

AGE Calculation in Excel

Years: =DATEDIF(B3, TODAY(), "y") wherein in Cell B3 you may enter the date of birth.
Months: =DATEDIF(B3, TODAY(), "ym") wherein in Cell B3 you may enter the date of birth.
Days: =DATEDIF(B3, TODAY(), "md") wherein in Cell B3 you may enter the date of birth.

The above-mentioned formulas will give you the exact number of years, months, and days lived to date. You may write back to me at [Email Removed For Privacy Reasons] for any further clarifications.

Regards,
JSR
If you are knowledgeable about any fact, resource or experience related to this topic - please add your views. For articles and copyrighted material please only cite the original source link. Each contribution will make this page a resource useful for everyone. Join To Contribute