Adding number of months

A

aseshadri

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.
 
M

Mike H

Hi,

Try this

=DOLLARFR(DOLLARDE(A1,12)+DOLLARDE(A2,12),12)

Requires the analysis toolpak loaded from Tools|Addins

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top