How To Calculate Age in Excel
How To Calculate Age in Excel
Excel 2016
To calculate the age of a person, a pet, a project, or even some device, you need to
compute a number of complete years. The issue is that it doesn't seem enough to
calculate a year's difference. Excel proposes a very useful formula that can help you
to calculate that very fast.
The formula DATEDIF calculates days, months or years between two dates:
To calculate an age:
Note: The formula TODAY () returns the current date. Sure, you can enter the
end date to calculate age, not for the current date.
"YM" - The difference in months between <start date> and <end date>
ignoring years. So, it looks like Excel changes a year for <start date> to the
same as in <end date> and calculates the difference in days.
For example:
"MD" - The difference in days between <start date> and <end date>
ignoring months and years. So, it looks like Excel changes year and month for
<start date> to the same as in <end date> and calculates the difference in
days.
For example: