Thread: Calculating Age
View Single Post
  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Thu, 9 Jun 2005 04:54:09 -0500, "Vic Sowers"
wrote:


"ertug" wrote in message
...


"devinm21" wrote:

If I have a person's birthday, how can I calculate their current age
based on
today's date?


Thanks!


In whole years:


Somewhat shorter formula:

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


--ron