A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Is there a formula to calculate the least common denominator?



 
 
Thread Tools Display Modes
  #1  
Old April 28th, 2009, 02:12 PM posted to microsoft.public.excel.worksheet.functions
GizMo
external usenet poster
 
Posts: 45
Default Is there a formula to calculate the least common denominator?

I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.
  #2  
Old April 28th, 2009, 03:03 PM posted to microsoft.public.excel.worksheet.functions
GizMo
external usenet poster
 
Posts: 45
Default Is there a formula to calculate the least common denominator?

The numbers I am working with are 3,000,0000 and 4,800,000. I know the
answer is 5. I need to come up with a formula that will give me the answer
of 5.

"Glenn" wrote:

Gizmo wrote:
I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.



It might be possible to help if you provided sample data and expected results.

  #3  
Old April 28th, 2009, 03:30 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default Is there a formula to calculate the least common denominator?

Can you explain how you get an answer of 5 ?

Do you really mean highest common factors ? If so, what about other
factors ?

Take a look he

http://www.helpwithfractions.com/lea...nominator.html

Hope this helps.

Pete

On Apr 28, 3:03*pm, Gizmo wrote:
The numbers I am working with are 3,000,0000 and 4,800,000. *I know the
answer is 5. *I need to come up with a formula that will give me the answer
of 5.



"Glenn" wrote:
Gizmo wrote:
I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.


It might be possible to help if you provided sample data and expected results.- Hide quoted text -


- Show quoted text -


  #4  
Old April 28th, 2009, 03:32 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default Is there a formula to calculate the least common denominator?

Glenn, I think your system clock is an hour out.

Pete

On Apr 28, 4:15*pm, Glenn wrote:
How did you come up with 5 as the answer?

  #5  
Old April 28th, 2009, 03:45 PM posted to microsoft.public.excel.worksheet.functions
GizMo
external usenet poster
 
Posts: 45
Default Is there a formula to calculate the least common denominator?

I am currently enrolled in a cost accounting class. Our last excel problem
is that we have been given a solution page for an projected income statement
and there are 2 items that the company sells.

Regular Sander Mini-sander Total
Sales $3,000,000 $1,800,000 $4,800,000
Less VE $1,800,000 $900,000 $2,700,000
CM $1,200,000 $900,000 $2,100,000
- DFE $3000,000 $450,000 $750,000
ProdMrg $900,000 $450,000 $1,350,000
Less: Common fixed expenses $600,000
Operating Income $750,000

Units sold 75,000 30,000

Unit sales price $40 $60
Unit variable expenses $24 $30
Unit combination margin $16 $30
Sales mix 5 2
Package unit contribution margin $80 $60 $140

Break-even units 48215 19286

Break-even proof
Regular Sander Mini-sander Total
Sales $1,928,571 $1,157,143 $3,085,714
Less: Variable expenses $1,157,143 $578,571 $1,735,714
Contribution margin $771,429 $578,571 $1,350,000
Less: Direct fixed expenses $300,000 $450,000 $750,000
Product margin $471,429 $128,571 $600,000
Less: Common fixed expenses $600,000
Operating Income $0

"Pete_UK" wrote:

Can you explain how you get an answer of 5 ?

Do you really mean highest common factors ? If so, what about other
factors ?

Take a look he

http://www.helpwithfractions.com/lea...nominator.html

Hope this helps.

Pete

On Apr 28, 3:03 pm, Gizmo wrote:
The numbers I am working with are 3,000,0000 and 4,800,000. I know the
answer is 5. I need to come up with a formula that will give me the answer
of 5.



"Glenn" wrote:
Gizmo wrote:
I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.


It might be possible to help if you provided sample data and expected results.- Hide quoted text -


- Show quoted text -



  #6  
Old April 28th, 2009, 03:49 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
Default Is there a formula to calculate the least common denominator?

Gizmo wrote:
I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.



It might be possible to help if you provided sample data and expected results.
  #7  
Old April 28th, 2009, 03:55 PM posted to microsoft.public.excel.worksheet.functions
GizMo
external usenet poster
 
Posts: 45
Default Is there a formula to calculate the least common denominator?

I tried to post the spreadsheet that I am looking at, but as you can see it
did not come out well.

"Gizmo" wrote:


"Pete_UK" wrote:

Can you explain how you get an answer of 5 ?

Do you really mean highest common factors ? If so, what about other
factors ?

Take a look he

http://www.helpwithfractions.com/lea...nominator.html

Hope this helps.

Pete

On Apr 28, 3:03 pm, Gizmo wrote:
The numbers I am working with are 3,000,0000 and 4,800,000. I know the
answer is 5. I need to come up with a formula that will give me the answer
of 5.



"Glenn" wrote:
Gizmo wrote:
I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.

It might be possible to help if you provided sample data and expected results.- Hide quoted text -

- Show quoted text -



  #8  
Old April 28th, 2009, 04:07 PM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Is there a formula to calculate the least common denominator?

The least common denominator of those numbers is in fact not 5, but
24000000. =LCM(A1,A2)
If you wanted the highest common factor it would be 600000. =GCD(A1,A2)
--
David Biddulph

"Gizmo" wrote in message
...
The numbers I am working with are 3,000,0000 and 4,800,000. I know the
answer is 5. I need to come up with a formula that will give me the
answer
of 5.

"Glenn" wrote:

Gizmo wrote:
I am trying to find a formula that will give me the least common
denominator
for doing a cost account spreadsheet with sales mix.



It might be possible to help if you provided sample data and expected
results.



  #9  
Old April 28th, 2009, 04:15 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
Default Is there a formula to calculate the least common denominator?

How did you come up with 5 as the answer?


Gizmo wrote:
The numbers I am working with are 3,000,0000 and 4,800,000. I know the
answer is 5. I need to come up with a formula that will give me the answer
of 5.

"Glenn" wrote:

Gizmo wrote:
I am trying to find a formula that will give me the least common denominator
for doing a cost account spreadsheet with sales mix.


It might be possible to help if you provided sample data and expected results.

  #10  
Old April 28th, 2009, 04:21 PM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Is there a formula to calculate the least common denominator?

The only place that you've got 5 in that collection of numbers is where you
have apparently divided your "units sold" figure of 75000 by the highest
common factor of 75000 and 30000. The 2 in the adjacent column presumably
comes from similarly dividing 30000 by that same highest common factor.
The function for highest common factor is GCD.

3000000 and 1800000 do not come into that calculation, as they are the
result of multiplying the units sold by the unit sales price.
--
David Biddulph

"Gizmo" wrote in message
...
I am currently enrolled in a cost accounting class. Our last excel problem
is that we have been given a solution page for an projected income
statement
and there are 2 items that the company sells.

Regular Sander Mini-sander Total
Sales $3,000,000 $1,800,000 $4,800,000
Less VE $1,800,000 $900,000 $2,700,000
CM $1,200,000 $900,000 $2,100,000
- DFE $3000,000 $450,000 $750,000
ProdMrg $900,000 $450,000 $1,350,000
Less: Common fixed expenses $600,000
Operating Income $750,000

Units sold 75,000 30,000

Unit sales price $40 $60
Unit variable expenses $24 $30
Unit combination margin $16 $30
Sales mix 5 2
Package unit contribution margin $80 $60 $140

Break-even units 48215 19286

Break-even proof
Regular Sander Mini-sander Total
Sales $1,928,571 $1,157,143 $3,085,714
Less: Variable expenses $1,157,143 $578,571 $1,735,714
Contribution margin $771,429 $578,571 $1,350,000
Less: Direct fixed expenses $300,000 $450,000 $750,000
Product margin $471,429 $128,571 $600,000
Less: Common fixed expenses $600,000
Operating Income $0

"Pete_UK" wrote:

Can you explain how you get an answer of 5 ?

Do you really mean highest common factors ? If so, what about other
factors ?

Take a look he

http://www.helpwithfractions.com/lea...nominator.html

Hope this helps.

Pete

On Apr 28, 3:03 pm, Gizmo wrote:
The numbers I am working with are 3,000,0000 and 4,800,000. I know the
answer is 5. I need to come up with a formula that will give me the
answer
of 5.



"Glenn" wrote:
Gizmo wrote:
I am trying to find a formula that will give me the least common
denominator
for doing a cost account spreadsheet with sales mix.

It might be possible to help if you provided sample data and expected
results.- Hide quoted text -

- Show quoted text -





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:25 AM.


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