Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Years/Months Between Dates and then Average | Excel Discussion (Misc queries) | |||
Converting months to years | Excel Worksheet Functions | |||
years and months | Excel Worksheet Functions | |||
Calculate months and years | Excel Discussion (Misc queries) | |||
How do I display months and years between two dates | Excel Discussion (Misc queries) |