Age from birthday

H

Hildo

This shouyld be easy, but I can't seem to figure it out.

I have the birthday of a client and I need his age in
years.

Somebody has a formula?

TAI,
Hildo

PS: I tried to look in the past messages but got a lot
of 'message unvailable'.
 
A

Andy Brown

You can use DATEDIF, eg:

=DATEDIF(A1,TODAY(),"y")

with DOB in A1.

Rgds,
Andy
 
J

JS

Hi - Try the following function...

Function CalcAge(Start)
CalcAge = Int((DateDiff("m", Start, Now)) / 12)
End Function
 

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