×

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and effectively. To calculate the age in excel, Excel functions and date of birth is used. Using this function one can find the persons current age till date or given specified time.

 Here in this tutorial, let’s discuss how to calculate the age of a person using formulas.

Calculating the Age of a Person till date using Formula

To calculate the age of a person till date, enter the date of birth to find the elapsed time between the date and till now time.

STEP 1: Enter the date of birth in cell B1.

STEP 2: Enter the current date in cell B2.

Calculating Age in Excel

STEP 3: Select the cell B4 where the result wants to display and type the formula as =DATEDIF (B1, B2,”y”)

Calculating Age in Excel

The above formula won’t present default in Excel functions. To use this one has to remember this formula. There are three arguments present.

=DATEDIF (start_date, end_date, unit)

start _date: It indicates the starting date of the period.

End_date: It indicates the end date of the value.

Unit: It represents the type of result the users gets.

Calculating the today’s date from Date of Birth

To calculate the today’s date from the given date of birth, following steps are followed

STEP 1: Enter the date of birth in Cell B1.

STEP 2: Select the cell B2 and type the formula as =TODAY()

Calculating Age in Excel

Calculating the age of a person without today’s date

To calculate the age of a person without using current date, following steps are followed.

STEP 1: Enter the date of birth in cell B1.

STEP 2: Enter the formula in the cell B2 as =DATEDIF (B1, TODAY (),”y”)

Calculating Age in Excel

The current age of a person will display in the result box.

Calculating the age of a person on a particular date

To calculate the age of a person on a particular date, following steps are used.

STEP 1: Enter the date of birth in the cell B1.

STEP 2: Select the cell B2 and enter the formula as =DATEDIF(B1,DATE (2022,1,1),”y”)

Calculating Age in Excel

Calculating the age of a person based on days, month and year

To calculate the age of a person based on days, month and year following steps are followed.

STEP 1: Enter the date of birth in cell B1.

STEP 2: Select the cell B2 and enter the today’s date.

STEP 3: Select the cell B3, and enter the formula as =DATEDIF(B1,B2,”y”)&”y”& DATEDIF(B1,B2,”ym”)&”m”&DATEDIF(B1,B2,”md”)&”d”

Calculating Age in Excel
Calculating Age in Excel

From the above table in the cell B3, the age of a person is calculated in a year month and day based pattern.

 Summary

From the above tutorial, the various formulas to find the age of a person is calculated.


Related Topics

Thermometer Chart in the Microsoft Excel

It was known that the thermometer chart is basically based on a single data point and that in turn could be used to show the achievement percentage. It primarily depends...

7 minutes read.

Sum Every Nth Row in Microsoft Excel

The main and the critical use of the SUM Function is used to add all the amounts of the numerical data and thus efficiently produce the sum of all at...

3 minutes read.

Solver in Excel

What is Solver? Microsoft Excel facilitates an add-in programming tool known as Solver that uses operational research techniques to find the optimal solutions for objective problems. This tool operates with a group of...

5 minutes read.

How to make use of the Excel Autofit in Excel

In Microsoft Excel, Autofit can be used to adjust and then fix the column and the respective row height to till the maximum limit until and unless it has the...

7 minutes read.

How to Highlight Duplicates Words in the Microsoft Excel?

We can easily highlight the values that are duplicated in the selected dataset, whether it could be a column or a row from the particular table, with the help of...

6 minutes read.

Excel LARGE() Function

The LARGE() function in excel returns the k-th largest value in a data set. Syntax LARGE (Array, kth small number from the list) Parameter Array (required)- This parameter represents the list of numbers from which nth...

1 minute read.

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and...

2 minutes read.

Excel OFFSET () Function

Excel OFFSET () Function The OFFSET() function in excel returns range of cells that is a specified number of rows and columns from an initial specified range. Syntax OFFSET (reference, rows, cols, [height], [width]) Parameter reference(required)-...

2 minutes read.

Excel MATCH () Function

Excel MATCH () Function The MATCH () function in excel locates the position of a lookup value in a row, column, or table and returns the relative position of an item in an array. Syntax MATCH...

2 minutes read.

Excel SECOND() Function

Excel SECOND() Function The SECOND() function in excel converts a serial number to SECOND (0 - 59). Syntax SECOND (SERIAL_NUMBER) Parameter SERIAL_NUMBER (required)- This parameter represents the date or time from which you want to extract...

1 minute read.

How to Delete Row in Microsoft Excel?

Individuals can quickly delete the respective row from the particular Microsoft Excel whenever they want, according to their needs and requirements. In this tutorial, we will discuss the following things in...

7 minutes read.

Count Characters in Excel

Microsoft Excel is used to perform calculations for multiple purposes. The data entered in the worksheet is a combination of numeric and alphabets. Sometimes there is a need to check...

4 minutes read.

Excel MAX() Function

Excel MAX() Function The MAX() function in excel returns the largest or maximum number from a range of cells. It ignores logical values and text. Syntax MAX(Number1,Number2, ...) Parameter Number1(required)- This parameter represents the string for which you...

1 minute read.

Excel AVERAGE() Function

Excel AVERAGE() Function The AVERAGE() function returns the average of its arguments, which can be number or names, arrays, or references that contain numbers. It ignores text values and blank cells. Syntax AVERAGE(Number1,Number2, ...) Parameter Number1(required)- This parameter...

1 minute read.

Averageif Function in Excel

Average If in HTML In Mathematics, Average function is used to find the arithmetic mean of the given data. It is defined as the dividing the sum total of given data...

7 minutes read.

Cells and Ranges in Excel

Cells and Ranges Each cell is identified by its cell address, which is a combination of the column and row on which that cell is situated. A group of cells together are called ‘Range’. When...

5 minutes read.

Charts in Excel

Charts Definition of Charts A chart is used to show numbers or data in a spreadsheet visually. It is the visual representation of your data. It is a tool that can be used in...

3 minutes read.

Excel Unique Values

The Unique function in Excel filters the list of unique values from the given data like range or array. The data presented is either number, text, date, time etc. This...

3 minutes read.

Goal Seek in Excel

Goal Seek in Excel The Goal Seek Excel function in Excel facilitates an automatic solving approach by adjusting a few pointers to reach a required output. Goal seeking is used when you have a value in...

3 minutes read.

Basics of Excel

Different ways to open an excel file There are various ways to open an excel file, some of them are listed below - From Start Menu:Go to the start menu and search for Ms-Excel...

5 minutes read.