Calculating present age if date of birth is given.

H

harsh_njoy

Hi,

how we can calculate present age if date of birth is given say for eg:
21/2/1983

Thanks
 
N

NoodNutt

G'day Harsh

Assume

A1 = Birthdate = 06-Mar-1960 Format as Date
B1 = Now() = 25-Jul-2008 Format as Date
C1 = (B1-A1)/365 = 48yo Format as Number

HTH
Mark.
 
D

David Biddulph

That would be fine if all years were 365 days, Mark.
For a value of 30 Jul 1960 in A1, that returns 48 years and a bit besides.

Try =DATEDIF(A1,B1,"y") or =DATEDIF(A1,TODAY(),"y")
 

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