Calculating Age

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

Guest

I want to calculate someone's age from a year not from today's date.

ie: the birthday is August 16, 1979 if we calculate from (today) it will
say 27 but i want to calculate from the year (2007) - so it will show 28
 
=DATEDIF(A1,DATE(YEAR(TODAY())+1,MONTH(TODAY()),DAY(TODAY())),"Y")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
=DATEDIF(A1,DATE(YEAR(TODAY())+1,MONTH(TODAY()),DAY(TODAY())),"Y")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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