Age formula using birthdate

L

Lisa

I'm not very good with formulas and I can't seem to figure
out how to get the age of someone when I have their
birthdate. Does anyone know how to do this?
 
B

Biff

Hi Lisa,

Enter the birthdate in say cell A1. Use this formula:

=DATEDIF(A1,TODAY(),"Y")&" "&"years"&" "&DATEDIF(A1,TODAY
(),"YD")&" "&"days"

This will return:

46 years 58 days (at least in MY case!)

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top