View Single Post
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Joyce

something like this
=DATEDIF(A1,B1,"y")&" years, "&DATEDIF(A1,B1,"ym")&" months"

with your starting date in A1 and your ending date in B1

Cheers
JulieD

"Joyce" wrote in message
...
How do I calculate differences in dates in months and years? I can do
days,
months, and years, but not a combination.