How do I calculate ages in excel using date of birth & another dat

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using excel 2003 I wish to insert a column with a date of birth and another
column with another date eg 1/1/2005. I would then like to calulate the age
of each person in my list as at 1 Jan 05.
 
Using excel 2003 I wish to insert a column with a date of birth and another
column with another date eg 1/1/2005. I would then like to calulate the age
of each person in my list as at 1 Jan 05.

If dob is in A1, and the other date in B1, then:

=DATEDIF(A1,B1,"Y")


--ron
 
Excel 2000 is the only version that has a help section about datedif

--
Regards,

Peo Sjoblom

(No private emails please)
 

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

Back
Top