in cell A1 i have a number of months. What I want to do is convert this into years and months.
ie 14 = 1 year 2 months.
Any help would be appreciated.
Cheers
in cell A1 i have a number of months. What I want to do is convert this into years and months.
ie 14 = 1 year 2 months.
Any help would be appreciated.
Cheers
Do you need it as a macro which implements 2 cells (say, Years=A2 and Months=A3) or as a couple of cells in which are directly shown the equivalent numers of years and months?Originally Posted by teeb
Ideally the result would be in one cell but evern if i had two cells with the number of years and another with the number of months I could join them togetherOriginally Posted by Alfry
In this case Carim's post fits your needs better .Originally Posted by teeb
Last edited by Alfry; 01-22-2007 at 12:48 PM.
Hi,
![]()
=INT(A1/12)&" year "&MOD(A1,12)&" months "
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks