Calculate Age in Excel

In this post, you’ll learn how to calculate age in Excel using DATEDIF() and TODAY() function. DATEIF() gives the difference between two dates. So when you enter the date of birth and today’s date, you get the age of the person.

Lets see how this works.

How to Calculate Age in Excel?

  • Enter the date of birth in one cell and use TODAY() function to get the current date. And in another cell enter the function =DATEDIF( ).
Calculate Age in Excel
  • DATEDIF() function takes three arguments i.e, the lower limit, the upper limit, and the format which is either year, month, or date. These are represented by the letters “y”, “m” and “d” respectively.
  • So if you wanna get the age in just years use the function as =DATEDIF(cell reference1, cell reference2 ,”y”) or =DATEDIF(cellreference1, TODAY(), “y).

This will you give the age in years.

Calculate Age in Excel

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn how to Find Blank cells in excel so that you can remove or delete the blank cells form...
In this article, you’ll learn what is a Gauge Chart in Microsoft Excel. Also, you will learn how to add...
Microsoft Excel provides a shortcut for the users to move columns in excel using two different ways – using Shift...