View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Ron Coderre
 
Posts: n/a
Default how to calculate an age from 10/8/1943

Try something like this:
Where A1 contains the birthdate...
B1: =DATEDIF(A1,TODAY(),"y")& "Yrs "&DATEDIF(A1,TODAY(),"yd")&" Days"

For documentation on the DATEDIF function see Chip Pearson's site:
http://www.cpearson.com/excel/datedif.htm


Does that help?

***********
Regards,
Ron


"doctor who golf" wrote:

i have members birth dates in Exel an whant to display them diffrently
at present they are like this 10/8/1943, 1/3/1943.
would like them to look like 62yrs 15days