How to Calculate Age in Microsoft Excel.
How to Calculate Age in Microsoft Excel.
Quick Links
- How to Calculate Age in Years
- How to Calculate Age in Months
- How to Calculate Age in Days
- How to Calculate Age in Years, Months, and Days at the Same Time
- How to Calculate Age on a Specific Date
To find someone or something’s age in Microsoft Excel, you can use a function that displays the age in years, months, and even days. We’ll show you how to use this function in your Excel spreadsheet.
We’ve used the day-month-year format in the examples in this guide, but you can use any date format you prefer.
How to Calculate Age in Years
To calculate someone’s age in years, use Excel’s DATEDIF
function. This function takes the date of birth as an input and then generates the age as an output.
For this example, we’ll use the following spreadsheet. In the spreadsheet, the date of birth is specified in the B2 cell, and we’ll display the age in the C2 cell.
First, we’ll click the C2 cell where we want to display the age in years.
In the C2 cell, we’ll type the following function and press Enter. In this function, “B2” refers to the date of birth, “TODAY()” finds today’s date, and “Y” indicates that you wish to see the age in years.
=DATEDIF(B2,TODAY(),”Y”)
And immediately, you’ll see the completed age in the C2 cell.
If you see a date instead of years in the C2 cell, then in Excel’s Home > Number section, click the “Date” drop-down menu and select “General.” You’ll now see years instead of a date.
Excel is so powerful that you can even use it to calculate uncertainty .
Related: How to Get Microsoft Excel to Calculate Uncertainty
How to Calculate Age in Months
You can use the DATEDIF
function to find someone’s age in months, too.
For this example, again, we’ll use the data from the above spreadsheet, which looks like this:
In this spreadsheet, we’ll click the C2 cell where we want to display the age in months.
In the C2 cell, we’ll type the following function. The “M” argument here tells the function to display the result in months.
=DATEDIF(B2,TODAY(),”M”)
Press Enter and you’ll see the age in months in the C2 cell.
How to Calculate Age in Days
Excel’s DATEDIF
function is so powerful that you can use it to find someone’s age in days as well.
To show you a demonstration, we’ll use the following spreadsheet:
In this spreadsheet, we’ll click the C2 cell where we want to display the age in days.
In the C2 cell, we’ll type the following function. In this function, the “D” argument tells the function to display the age in days.
=DATEDIF(B2,TODAY(),”D”)
Press Enter and you’ll see the age in days in the C2 cell.
You can use Excel to add and subtract dates , too.
How to Calculate Age in Years, Months, and Days at the Same Time
To display someone’s age in years, months, and days at the same time, use the DATEDIF
function with all the arguments combined. You can also combine text from multiple cells into one cell in Excel.
We’ll use the following spreadsheet for the calculation:
In this spreadsheet, we’ll click the C2 cell, type the following function, and press Enter:
=DATEDIF(B2,TODAY(),”Y”) & “ Years “ & DATEDIF(B2,TODAY(),”YM”) & “ Months “ & DATEDIF(B2,TODAY(),”MD”) & “ Days”
In the C2 cell, you’ll see the age in years, months, and days.
How to Calculate Age on a Specific Date
With Excel’s DATEDIF
function, you can go as far as to finding someone’s age on a specific date.
To show you how this works, we’ll use the following spreadsheet. In the C2 cell, we’ve specified the date on which we want to find the age.
We’ll click the D2 cell where we want to show the age on the specified date.
In the D2 cell, we’ll type the following function. In this function, “C2” refers to the cell where we’ve entered the specific date, on which the answer will be based:
=DATEDIF(B2,C2,”Y”)
Press Enter and you’ll see the age in years in the D2 cell.
And that’s how you find someone or something’s oldness in Microsoft Excel!
With Excel, did you know you can find how many days until an event ? This is super useful if you’re looking forward to an important event in your life!
| | Mastering Excel Functions | | |
| —————————- | ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————- | |
| Functions | AVERAGE · CONCATENATE · COUNT · COUNTIF · DATEDIF · FILTER · FREQUENCY · FV · HYPERLINK · IF · IFS · IMAGE · INDEX · IS · LEN · MATCH · MEDIAN · RAND · ROUND · RRI · SORT · SQRT · SUBSTITUTE · SUBTOTAL · SUM · SUMIF · TODAY · TRIM · TRUNC · VLOOKUP · WEEKDAY · XLOOKUP · YEAR | |
| Types | Basic · Budgeting · Data Entry · Logical · Text · Time and Date | |
| Explained | Copying Formulas · Evaluating Formulas · Finding Functions · Fixing Formula Errors · Functions vs Formulas · Comparing Lookup Functions · Locking Formulas · Structuring Formulas · Translating Formulas | |
Also read:
- [New] Leading Gamescript Replacements for FBX Files for 2024
- [New] Spark Sponsorships A Guide to Easy Fundraising for Budget Channels
- 2024 Approved Chromebooks and HP Perfect Your Video Capture
- Best Intro Creator Software for Windows and Mac
- DIY Desktop Cleanup: Getting Rid of Excess Programs in Windows 11 Efficiently
- Effective Strategies to Resolve Errors Preventing Apps From Running on Your Desktop
- Fixing Stuck Loading Screens for MGS5: Cold War Players Struggle with PC & Console Crashes
- Guide: How to Delete Non-Standard Software via Windows Task Manager
- Master OBS on macOS Download, Setup & Get to Work for 2024
- Master the Quick Fix for Stuck Windows Software - A Step-by-Step Guide with RevoUninstaller
- Revolutionize Your PC Maintenamo by Creating, Deleting, and Tweaking Registry Settings Using Revo Uninstaller
- Title: How to Calculate Age in Microsoft Excel.
- Author: Michael
- Created at : 2024-09-26 16:14:39
- Updated at : 2024-10-01 17:44:37
- Link: https://win-forum.techidaily.com/how-to-calculate-age-in-microsoft-excel/
- License: This work is licensed under CC BY-NC-SA 4.0.