Calculate age

  • Thread starter Thread starter Terrie
  • Start date Start date
T

Terrie

If I have the date of birth in column C, what would the
formula be to calculate their age at the first of january
(Or first of July)this year?

Thanks
terrie
 
With date of birth in C1 say 4/15/44
C4 = 1/01/04
=DATEDIF(C$1,C4,"y") = 59
C5 = 7/01/04
=DATEDIF(C$1,C5,"y") = 60
HTH
 

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