ages/date of birth

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

Guest

If I have the age of a person in one cell how do i get their date of birth in
the next cell? Is there a formula?
 
Assuming you know their birthday this year (in cell A1) and their age this
year (in cell B1), one way is:

=IF(A1>=TODAY(),DATE(YEAR(A1)-B1,MONTH(A1),DAY(A1)),DATE(YEAR(A1)-B1-1,MONTH(A1),DAY(A1)))

Regards

Trevor
 

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