Try this Formula, assuming that the dob is in cell A1
=DATEDIF(A1,NOW(),"y") & " years, " & DATEDIF(A1,NOW(),"ym") & " months, " &
DATEDIF(A1,NOW(),"md") & " days"
regards
Mukesh
"duke" wrote:
I have aroster of players with thier date of births. I would like to
automatically add their ages in another column
|