J JudithJubilee May 10, 2004 #2 This is a quick way but not the best: If you put the birthdate in A1: =(TODAY()-A1)/365 You will need to format the cell with General formatting. Judith
This is a quick way but not the best: If you put the birthdate in A1: =(TODAY()-A1)/365 You will need to format the cell with General formatting. Judith
G Guest May 10, 2004 #3 HI, =DATEDIF(A1,NOW(),"y") & " years, " & DATEDIF(A1,NOW (),"ym") & " months, " & DATEDIF(A1,NOW(),"md") & " days" From Chip Pearson's site: http://www.cpearson.com/excel/datedif.htm#Age
HI, =DATEDIF(A1,NOW(),"y") & " years, " & DATEDIF(A1,NOW (),"ym") & " months, " & DATEDIF(A1,NOW(),"md") & " days" From Chip Pearson's site: http://www.cpearson.com/excel/datedif.htm#Age