In column B I have numerous dates down the column displayed as --/--/----.
In column D I then have the ages relative to the dates in column B using the formula:
=DATEDIF(B1,NOW(),"m") &" months, " & DATEDIF(B1,NOW(),"md") &" days "
So I know have ages in column D such as '23 months 7 days'...