age on a employee list spreadsheet

FF Maria

New Member
Joined
Mar 15, 2002
Messages
1
I would like to know what formula to use to read a date of birth, compare it to the computers date and give and age in years in another column. Can you help me???
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
On 2002-03-16 09:30, FF Maria wrote:
I would like to know what formula to use to read a date of birth, compare it to the computers date and give and age in years in another column. Can you help me???

=DATEDIF(A1,TODAY(),"Y")

or

=YEARFRAC(A1,TODAY())

The second requires the Analysis Toolpak which can be added, if not installed, via Tools|Add-Ins.

Aladin
 
Upvote 0
assume b2 has the date of birth

in cell c2 enter this formula and format the cell as number with 1 decimal point

=(NOW()-B3)/365

_________________
Paul
This message was edited by Paul-Johnson on 2002-03-16 10:03
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,779
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top