![]() |
![]() |
|
|||||||
| 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: Apr 2002
Posts: 2
|
I need to find a formula to work out the someone's age. In one column would be the birthdate, then I think now(today's date) but I don't know how to get the formula to show the age in numbers in the last cell. Can anyone help
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=DATEDIF(A1,TODAY(),"Y")
[ This Message was edited by: Mark W. on 2002-04-26 14:07 ] |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Central Florida, USA
Posts: 7,541
|
Try:
=IF(F6="","Please Enter Your Birthday Above!",DATEDIF(F6,NOW(),"y")&" years, "&DATEDIF(F6,NOW(),"ym")&" months and "&DATEDIF(F6,NOW(),"md")&" days") "F6" will contain the birthdate, "F7" contains the formula above. Hope this helps. JSW [ This Message was edited by: Joe Was on 2002-04-26 14:44 ] |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
New Member
Join Date: Apr 2002
Posts: 2
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|