Excel formula

M

Mark

I need a formula that does the following:

Calculates how old I am when a birth date is entered. The formula needs to
use the calendar days not a fixed number of days per month. The second part
is if the person is more than half way through the year the age needs to
increase by one. For example my birthday is april 14 1973. That make me 36
years old. Because I am more than half way through the year the formula
needs to tell me that I am 37. Any help would be appreciated please remember
it must be calendar days not a fixed number of days per month. Thanks!
 
F

FSt1

hi
try this......
date in A1, formula in B1...
=IF(DATEDIF(A1,TODAY(),"ym")>=6,DATEDIF(A1,TODAY(),"y")+1,DATEDIF(A1,TODAY(),"y"))

careful. formula wraped.

Regards
FSt1
 

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