#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default breakdown months

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default breakdown months

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default breakdown months

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default breakdown months

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Monthly Breakdown roy.okinawa Excel Worksheet Functions 2 March 15th 09 10:46 PM
Excel nervous breakdown [email protected] Excel Discussion (Misc queries) 0 December 5th 06 02:27 PM
i'm looking for a domination breakdown calclator Bec Excel Discussion (Misc queries) 5 October 4th 06 07:51 AM
Breakdown AJ Excel Worksheet Functions 1 May 3rd 06 09:02 PM
How 2 breakdown $$$ into $ $ $? mjpage Excel Discussion (Misc queries) 2 January 8th 06 12:16 AM


All times are GMT +1. The time now is 09:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"