Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Need Formula for calulating age from birthdate from current date. I have used
=VALUE((2005)-YEAR(birthdate)), but this gives me the age of year as of end of 2005. I need formula to calulate age as of today's date or by current month. I want to show the age in the cell next to the birthdate without using a date reference from another cell. Thanks. |
#2
![]() |
|||
|
|||
![]()
Try using: DATEDIF
(no documentation in most Excel versions HELP) look in he http://www.cpearson.com/excel/datedif.htm Michael Avidan "Office" - forum manager http://forums.tapuz.co.il/office "YUMBUG" wrote: Need Formula for calulating age from birthdate from current date. I have used =VALUE((2005)-YEAR(birthdate)), but this gives me the age of year as of end of 2005. I need formula to calulate age as of today's date or by current month. I want to show the age in the cell next to the birthdate without using a date reference from another cell. Thanks. |
#3
![]() |
|||
|
|||
![]()
YUMBUG wrote...
Need Formula for calulating age from birthdate from current date. I have used =VALUE((2005)-YEAR(birthdate)), but this gives me the age of year as of end of 2005. I need formula to calulate age as of today's date or by current month. I want to show the age in the cell next to the birthdate without using a date reference from another cell. =YEAR(TODAY()-birthdate)-YEAR(0) would be one way using only documented function calls. Using the usually undocumented DATEDIF requires something like =DATEDIF(birthdate,TODAY(),"Y") |
#4
![]() |
|||
|
|||
![]()
Thank you.
"Harlan Grove" wrote: YUMBUG wrote... Need Formula for calulating age from birthdate from current date. I have used =VALUE((2005)-YEAR(birthdate)), but this gives me the age of year as of end of 2005. I need formula to calulate age as of today's date or by current month. I want to show the age in the cell next to the birthdate without using a date reference from another cell. =YEAR(TODAY()-birthdate)-YEAR(0) would be one way using only documented function calls. Using the usually undocumented DATEDIF requires something like =DATEDIF(birthdate,TODAY(),"Y") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
put formula results into a different cell if it is empty | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |