View Single Post
  #3   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Fri, 9 Sep 2005 19:47:02 -0700, "duke"
wrote:

I have aroster of players with thier date of births. I would like to
automatically add their ages in another column


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

See http://www.cpearson.com/excel/datedif.htm for documentation of this
function.
--ron