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

With the date in A2:
=DATEDIF(A1,a2,"y")&" Years "&DATEDIF(A1,a2,"ym")&" Months"

You can find lots of information about =datedif() at Chip Pearson's site:
http://www.cpearson.com/excel/datedif.htm

Marty wrote:

I have used the following formula to work out the difference between two days
and it provides me an answer in months.
=(YEAR(A4)-YEAR(A3))*12+MONTH(A4)-MONTH(A3)
However if the difference is 15 months, how do i convert this to read 1 year
and 3 months?
Thank you


--

Dave Peterson