Calculating present age if date of birth is given.

  • Thread starter Thread starter harsh_njoy
  • Start date Start date
H

harsh_njoy

Hi,

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

Thanks
 
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.
 
Back
Top