How to calculate age in years and months and days from date of birth in Excel?
If there is a column of given birth dates, could you quickly calculate each age based on that given birth dates in years and months and days or in decimal number as below screenshot shown? This article, I will introduce the formula to handle this job.
Calculate age in years and months and days from date of birth
Calculate age in decimal number from date of birth
Calculate age in integer number from date of birth
Calculate age in years and months and days from date of birth
Select the cell which you will place the age, type this formula
=DATEDIF(A2,$F$2,"Y")&" Years, "&DATEDIF(A2,$F$2,"YM")&" Months, "&DATEDIF(A2,$F$2,"MD")&" Days"
Then press Enter key to get the result. Drag the auto fill handle down to the cells which need this formula.
In the formula, A2 is the birth date, F2 is the date of today.

Unlock Excel Magic with Kutools AI
- Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
- Custom Formulas: Generate tailored formulas to streamline your workflows.
- VBA Coding: Write and implement VBA code effortlessly.
- Formula Interpretation: Understand complex formulas with ease.
- Text Translation: Break language barriers within your spreadsheets.
Calculate age in decimal number from date of birth
Select the cell which you will place the age, type this formula
=DATEDIF(A2,$F$2,"Y")&"."&DATEDIF(A2,$F$2,"YM")
Then press Enter key to get the result. Drag the auto fill handle down to the cells which need this formula.
In the formula, A2 is the birth date, F2 is the date of today.
Calculate age in integer number from date of birth
If you just want to calculate the age in integer number, you can use the Calculate age based on birthday function to quickly handle it.
After free installing Kutools for Excel, please do as below:
1. Select the cell which you will place the age, click Kutools > Formula Helper > Formula Helper.
2. In the Formula Helper dialog, choose Calculate age based on birthday in Choose a formula section, then select the cell contains birth date into Date textbox, click Ok.
3. Now the age has been calculated in integer number, drag fill handle down to the cell for applying the formula.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!