![]() |
Adding number of months
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. |
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. |
Adding number of months
Hi,
Try this =DOLLARFR(DOLLARDE(A1,12)+DOLLARDE(A2,12),12) Requires the analysis toolpak loaded from Tools|Addins Mike "aseshadri" wrote: 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. |
Adding number of months
See http://www.cpearson.com/Excel/fractional.htm for details about using
DOLLARDE and DOLLARFR to do this sort of thing. -- Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) "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. |
All times are GMT +1. The time now is 01:45 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com