How to Calculate Age in Microsoft Excel 2016 ?

One of the simplest ways to calculate the age of a person in Microsoft Excel 2016 by providing the date of birth as input is using the DATEDIF formula.

How to Calculate Age in Microsoft Excel 2016 ?

Assume that the Cell A1 contains the date of birth of the person and you need to calculate the age and display it in the cell A2 , your formula would like this

=DATEDIF(A1,TODAY(),”y”)

image

Alternatively , you can also use NOW() instead of TODAY() in the formula.

=DATEDIF(A1,NOW(),”y”)

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...