caculate a persons age

  • Thread starter Thread starter Guest
  • Start date Start date
Hi

=DATEDIF(BirthDate,TODAY(),"y")
to get the current age in years.

=DATEDIF(BirthDate,TODAY(),"ym")
to get months over full years.

=DATEDIF(BirthDate,TODAY(),"y")
to get days over full months.

(there may be some inaccuracies due variable month lengths for last 2
formulas for specific dates as function 2 first parameters).
 

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