Calculating When Somebody Reaches a Certain Age

P

Popey

Hi

I have noticed that there are a few posts showing how to calculate
somebody's current age by inputting their date of birth. However, what I am
after is something slightly different.

How can I get excel to calculate when somebody would reach a certain age by
their date of birth. For example; I enter a date of birth of 04 May 2009,
but I would like Excel to tell me on what date they would reach 16. Yeah, I
know I could work the date out in my head quite easily, but it would be very
handy to have a formula that would automatically do it for me.

Thank you :)
 
J

Jacob Skaria

With birth date in A1 enter the below formula and format the formula cell to
Date..

=DATE(YEAR(A1)+16, MONTH(A1), DAY(A1))

If this post helps click Yes
 
P

Popey

Hi Mike H & Bernard.

Thank you both for your replies - the formula works perfectly and is just
what I needed.

Thanks again.
 

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

Top