![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 2
|
I have a column with Birth Dates and am wondering if Excel can somehow compare it to todays date and populate the resulting age in Years and months in another column
All help is much appreciated |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,314
|
It will be a big step forward if the Archives of this board becomes fully searchable. One can easily find the answer to this often-posted question in there.
=DATEDIF(A1,TODAY(),"y")&" years, "&DATEDIF(A1,TODAY(),"ym")&" months or =YEARFRAC(TODAY(),A1) where A1 houses a birth date. |
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Posts: 2
|
Thanks for your help Aladin..
I agree, The search function enhancement will be a welcome feature |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|