How to Calculate Your Age With Excel s DATEDIF Function
How to Calculate Your Age With Excel's DATEDIF Function GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Software & Apps > MS Office
Number of Months: DATEDIF(E1,TODAY(),"YM")&" Months, "
Number of Days: DATEDIF(E1,TODAY(),"MD")&" Days"
Lifewire / Theresa Chiechi
Calculate Your Current Age With the Excel DATEDIF Function
When you need to know your age (or someone else's)
By Ted French Ted French Writer Former Lifewire writer Ted French is a Microsoft Certified Professional who teaches and writes about spreadsheets and spreadsheet programs. lifewire's editorial guidelines Updated on February 24, 2021 Tweet Share Email Tweet Share Email MS Office Excel Word Powerpoint OutlookWhat to Know
Enter your birthdate in one cell of Excel and the DATEDIF formula into a different cell. Press Enter to see your current age.The DATEDIF formula contains a cell reference for the birth date and for the current date.DATEDIF calculates the number of years, months, and days between the two dates, yielding your age. This article explains how to calculate your age using Excel's DATEDIF formula. These instructions apply to Excel 2019, 2016, 2013, 2010; Excel for Microsoft 365, Excel Online, Excel for Mac, Excel for iPad, Excel for iPhone, and Excel for Android.Calculate an Age With the DATEDIF Function
One use for Excel's DATEDIF function is to calculate a person's current age. If you don't feel like dragging out a calendar, a simple spreadsheet formula can come to the rescue. Alternatively, use the function to compute the difference between any two dates. In the following formula, the DATEDIF function determines a person's current age in years, months and days. =DATEDIF(E1,TODAY(),"Y")&" Years, "&DATEDIF(E1,TODAY(),"YM")&" Months, "&DATEDIF(E1,TODAY),"MD")&" Days" To make the formula easier to work with, a person's birth date is entered into cell E1 of a worksheet (see the example below). The cell reference to this location is entered into the formula. If the birth date is stored in a different cell in the worksheet, the three cell references in the formula need to be changed. The formula uses DATEDIF three times to calculate first the number of years, then the number of months, and then the number of days between the two dates. The three parts of the formula are: Number of Years: DATEDIF(E1,TODAY(),"Y")&" Years, "Number of Months: DATEDIF(E1,TODAY(),"YM")&" Months, "
Number of Days: DATEDIF(E1,TODAY(),"MD")&" Days"
Lifewire / Theresa Chiechi