0% found this document useful (0 votes)
22 views

Excel File Containing Formula To Calculate Age Based On Date of Birth

This document shares a long formula for calculating a person's age based on their date of birth input. The formula calculates the exact years, months, and days between the date of birth and today's date by comparing the year, month, and day values. The date of birth should be input into cell E3 of the worksheet for the formula to work properly. A download link is provided for an Excel file containing the formula.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Excel File Containing Formula To Calculate Age Based On Date of Birth

This document shares a long formula for calculating a person's age based on their date of birth input. The formula calculates the exact years, months, and days between the date of birth and today's date by comparing the year, month, and day values. The date of birth should be input into cell E3 of the worksheet for the formula to work properly. A download link is provided for an Excel file containing the formula.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

oday I am sharing with a long formula for calculating age based in Date of Birth as input.

=YEAR(DATE(YEAR(TODAY())-YEAR(E3);MONTH(TODAY())MONTH(E3)+1;DAY(TODAY())-DAY(E3)+1))-1900&" Years "&IF(MONTH(DATE(YEAR(TODAY())-YEAR(E3);MONTH(TODAY())MONTH(E3)+1;DAY(TODAY())-DAY(E3)+1))1=0;"";MONTH(DATE(YEAR(TODAY())-YEAR(E3);MONTH(TODAY())MONTH(E3)+1;DAY(TODAY())-DAY(E3)+1))-1&" Months ")&IF(DAY(DATE(YEAR(TODAY())-YEAR(E3);MONTH(TODAY())MONTH(E3)+1;DAY(TODAY())-DAY(E3)+1))1=0;"";DAY(DATE(YEAR(TODAY())-YEAR(E3);MONTH(TODAY())MONTH(E3)+1;DAY(TODAY())-DAY(E3)+1))-1&" Days") This formula calculates age of a person with the accuracy of exact years ; months and days This considers that the Date of Birth is available at Cell E3 of the worksheet. You will need to replace this

Download excel file containing formula to calculate age based on Date of Birth
Posted by Yogesh Gupta at 9:16 PM Labels: calculating age; Excel Formulas; Working with date function Reactions:

You might also like