For months use:
=DATEDIF(D2,TODAY(),"ym")
Returns the number of odd months left over after the number of years. It
can be combined into one cell as in:
=DATEDIF(D2,TODAY(),"y")&" years "&DATEDIF(D2,TODAY(),"ym")&" Months"
If you want to avoid it saying " 1 Months" instead of " 1 Month" then
use:
=DATEDIF(D2,TODAY(),"y")&" year &"&IF(DATEDIF(D2,TODAY(),"y")<>1,"s ","
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk