Assuming A1 contains the DOB:
=RIGHT(YEAR(NOW()-A1),2)
2006-06-26 08:29:11
·
answer #1
·
answered by Jeff 2
·
1⤊
1⤋
Use the date functions.
Calculate the number of years between two dates
To do this task, use the YEAR function.
Example
1 Date
2 6/9/2007
3 6/4/2010
Formula Description (Result)
=YEAR(A3)-YEAR(A2) Years occurring between two dates (3)
Use the Today function to insert today's date as Year(A3)
2006-06-26 08:27:44
·
answer #2
·
answered by Answer King 5
·
0⤊
0⤋
yes, but u have to tell it how by entering the other info. Click the f-formula button at the top and type in the current month/year and a subtraction sign then click on the cell where the birth date is and then on the cell for where u want the info....you will have to change the format to date though
2006-06-26 08:21:07
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Sure. If cell A1 has the birthdate, you can go to cell B1 and type "=TODAY()-A1". The result will give you a number of days since that person's birth. Then, if you like, in cell C1, you can use "=B1/365" to get a number of years.
2006-06-26 08:23:22
·
answer #4
·
answered by -j. 7
·
0⤊
0⤋
where: age=cell reference of persons date of birth
i.e. A1
=year(today()-age)
2006-06-26 08:29:23
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
Check out the DatedIf function
http://www.cpearson.com/excel/datedif.htm
These instructions even show you how to break it down in years, months and days.
2006-06-26 09:55:15
·
answer #6
·
answered by O Caçador 6
·
0⤊
0⤋
Well done -j but just to be more exact, divide by 365.25 days, to account for leap years
2006-06-26 08:25:43
·
answer #7
·
answered by Crys H. 4
·
0⤊
0⤋
just do =SUM(B2-B1)
Whats left will show the age..
B1= the age of the person (eg. 1967)
B2=the current year
So If you do this then it will show you the age!
2006-06-26 08:24:34
·
answer #8
·
answered by Brandon_101 2
·
0⤊
0⤋