N NICK Jul 1, 2004 #1 I need to calculate the age of people on a spreadsheet. I need the answer to show in years and months.
I need to calculate the age of people on a spreadsheet. I need the answer to show in years and months.
P papou Jul 1, 2004 #3 Hi Nick With date of birth in A1: =DATEDIF(A1,NOW(),""y"") & "" years "" & DATEDIF(A1,NOW(),""ym"") & "" months" HTH Cordially Pascal
Hi Nick With date of birth in A1: =DATEDIF(A1,NOW(),""y"") & "" years "" & DATEDIF(A1,NOW(),""ym"") & "" months" HTH Cordially Pascal