Home |
Search |
Today's Posts |
#1
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
formula to calculate age using birth date and current date
what formula would you use to calculate current age given the birth date and
current date in the worksheet |
#2
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
formula to calculate age using birth date and current date
=DATEDIF(DOB,TODAY(),"Y")
-- Regards, Peo Sjoblom (No private emails please) "lalah" wrote in message ... what formula would you use to calculate current age given the birth date and current date in the worksheet |
#3
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
formula to calculate age using birth date and current date
Take a look at Chip Pearson's site for =DateDif()
http://www.cpearson.com/excel/datedif.htm lalah wrote: what formula would you use to calculate current age given the birth date and current date in the worksheet -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
How to calculate Date & Time differences | Excel Worksheet Functions | |||
Formula with current Date | Excel Worksheet Functions | |||
convert date of birth to current age | Excel Worksheet Functions | |||
extract date from the most current date | Excel Discussion (Misc queries) | |||
formula IF returning current date | Excel Worksheet Functions |