Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Spread sheet application with names address and mm/dd/yyyy birthdates. I
need the birth dates to calculate to whole number (the age) 3/27/91 = 13. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See Chip Pearson's webpage
http://www.cpearson.com/excel/datedif.htm it is builtin to Excel all versions even though most do not show it in Help. =DATEDIF(B2,TODAY") --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "vdubaya3" wrote in message ... Spread sheet application with names address and mm/dd/yyyy birthdates. I need the birth dates to calculate to whole number (the age) 3/27/91 = 13. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just a small typo alert:
=DATEDIF(B2,TODAY(),"y") (Chip's site explains it very nice.) David McRitchie wrote: See Chip Pearson's webpage http://www.cpearson.com/excel/datedif.htm it is builtin to Excel all versions even though most do not show it in Help. =DATEDIF(B2,TODAY") --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "vdubaya3" wrote in message ... Spread sheet application with names address and mm/dd/yyyy birthdates. I need the birth dates to calculate to whole number (the age) 3/27/91 = 13. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate birth date from age | Excel Discussion (Misc queries) | |||
How do you calculate age from just having a Date of Birth? | Excel Discussion (Misc queries) | |||
How do I calculate ages in excel using date of birth & another dat | Excel Discussion (Misc queries) | |||
How can I calculate age using a birth date in Excel? | Excel Discussion (Misc queries) | |||
Calculate date of birth in Excel | Excel Worksheet Functions |