Hi

I am tyring to show the difference between 2 dates as text using the formula below:

Start Date End Date
01/01/2007 31/12/2008
=DATEDIF(A$2,B$2,"y")&" years, "&(DATEDIF(A$2,B$2,"ym")&" months, "&(DATEDIF(A$2,B$2,"md")+1)&" days.")

but I am getting the result:

1 years, 11 months, 31 days.

How can i get the result to say 2 years, 0 months, 0 days?

Thank you