Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I need help to breakdown total months to months by year for example total months is 39, I need a fomula to break down to 12, 12, 12, 3 in number. Thanks for your help. Hank |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
with 39 in A1, use:
=A1/12 in another cell - this will display 3.25 for the three years and a little left over. -- Gary''s Student - gsnu200902 "Hank" wrote: Hello, I need help to breakdown total months to months by year for example total months is 39, I need a fomula to break down to 12, 12, 12, 3 in number. Thanks for your help. Hank |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In A1
63 In B1 =IF(COLUMN(A1)<=INT($A1/12),12,IF(COLUMN(A1)=INT($A1/12)+1,MOD($A1,12),"")) and copy the formula to the right as required C1,D1 etc; If this post helps click Yes --------------- Jacob Skaria "Hank" wrote: Hello, I need help to breakdown total months to months by year for example total months is 39, I need a fomula to break down to 12, 12, 12, 3 in number. Thanks for your help. Hank |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are awesome!! Thanks Jacob
"Jacob Skaria" wrote: In A1 63 In B1 =IF(COLUMN(A1)<=INT($A1/12),12,IF(COLUMN(A1)=INT($A1/12)+1,MOD($A1,12),"")) and copy the formula to the right as required C1,D1 etc; If this post helps click Yes --------------- Jacob Skaria "Hank" wrote: Hello, I need help to breakdown total months to months by year for example total months is 39, I need a fomula to break down to 12, 12, 12, 3 in number. Thanks for your help. Hank |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Monthly Breakdown | Excel Worksheet Functions | |||
Excel nervous breakdown | Excel Discussion (Misc queries) | |||
i'm looking for a domination breakdown calclator | Excel Discussion (Misc queries) | |||
Breakdown | Excel Worksheet Functions | |||
How 2 breakdown $$$ into $ $ $? | Excel Discussion (Misc queries) |