M
melcook1
I am using this formula: in Excel 2007
=DATEDIF(A1,TODAY(),"y") & " years, " & DATEDIF(A1,TODAY(),"ym") & " months,
" & DATEDIF(A1,TODAY(),"md") & " days"
will give age. for example if A1 contains:
1/15/1985
the formula will return in A2
21 years, 8 months, 15 days
Question: If I don't have a date in A1 what do I need to add to formula to
keep A2 blank until a date is added to A1?
I would also like to color code the age broke down in ranges birth-4 months,
5-8 months, 9-12 months, 1yr, 2yr,3 yr, 4yr and 5 years old. So that it
changes as they age. Is this possible?
Thanks in advance
=DATEDIF(A1,TODAY(),"y") & " years, " & DATEDIF(A1,TODAY(),"ym") & " months,
" & DATEDIF(A1,TODAY(),"md") & " days"
will give age. for example if A1 contains:
1/15/1985
the formula will return in A2
21 years, 8 months, 15 days
Question: If I don't have a date in A1 what do I need to add to formula to
keep A2 blank until a date is added to A1?
I would also like to color code the age broke down in ranges birth-4 months,
5-8 months, 9-12 months, 1yr, 2yr,3 yr, 4yr and 5 years old. So that it
changes as they age. Is this possible?
Thanks in advance