Formula for ages from DOBs needed.

C

calcatron

I am doing a statistics project and have collected numerous dates o
birth. However I do not know how to automatically calculate their age
from a set date. ie 29/01/04 whilst retaining the original data
It is pretty urgent so if you have any idea ..
 
R

Roger Govier

Hi

With your dates in column A try entering in B1
=DATEDIF(A1,"29/01/2004","y")
Copy down column B
 
Top