View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Adding number of months

=INT((value1*100+value2*100)/12)+MOD(value1*100+value2*100,12)/100

--
__________________________________
HTH

Bob

"aseshadri" wrote in message
...
How do I add up two number of months to get the right number of years.
For
e.g. if I have to add up 0.11 years and 0.01 year, which is 12 months that
make a year, I would want to show is as 1.0 year and any thing above that
should show number of months more than a year until the next 12 months.