To calculate difference between two dates try :
For the nr of yearsFor the number of months![]()
=DATEDIF(A1;A2;"y")
For the nr of days :![]()
DATEDIF(A1;A2;"ym")
Where A1 is the begin date and A2 the end date ( change the semi-coloms to commas if necessary)![]()
DATEDIF(A1;A2;"md")
This is the method found here :http://www.cpearson.com/excel/DateTimeWS.htm
Bookmarks