Thread: Calculate Age
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme[_2_] Bernard Liengme[_2_] is offline
external usenet poster
 
Posts: 563
Default Calculate Age

Suppose B2 has 31/3/1978 (the actual format is not important)
In C2 enter =DATEDIF(B2,DATE(C$1,MONTH($B2),DAY($B2)),"y")
to find the number of years between B2's date and the same day in C1's year
(in this case the years between 31/3/1978 and 31/3/2010)

The $'s allow this formula to be copied across the row and down the table
More info on DATEDIF see
http://www.cpearson.com/excel/datedif.aspx
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"Chris waller" wrote in message
...
I have an excel spreadsheet which contains a column (B) which shows dates
of
birth, marriages etc in the format dd/mm/yy. Across row 1 starting at
column
c is the year 2010, in column d 2011, column d 2012 etc, what I would like
is
a formula to calculate the age of the person concerned or anniversary
using
these two criteria. I know it can be done as I have asked this previously,
but unfortunately, I cannot find the post. I will be grateful for any
help
that may be given.