how do i enter the formula? in Excel General Questions  
 |  Edit my Profile  |  Help
 
     
  
 
 
 
processing volume/commission formula 9/13/2006 10:53 AM PST
  Question
  I am making residuals/commission sheet in excel... and the way it works is
that if the total processing volume is 1M... they will receive $2000
commission. So if lets say the processing volume for the month of june is
100,134.80, how much commission will they receive? How do I enter that as a
formula?
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Marcelo 9/13/2006 10:58 AM PST
  Answer
  =2000/1000000*100134.80

=200,97

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"processing volume/commission formula" escreveu:

> I am making residuals/commission sheet in excel... and the way it works is
> that if the total processing volume is 1M... they will receive $2000
> commission. So if lets say the processing volume for the month of june is
> 100,134.80, how much commission will they receive? How do I enter that as a
> formula?
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Dave F 9/13/2006 11:00 AM PST
  Answer
  Well is the ratio on a scale or absolute basis?

If it's on an absolute basis--the ratio of sales to commissions doesn't
change, regardless of sales level--then calculate the ration of $1million to
$2000 and multiply sales by that ratio to obtain the commission.

A1=$1 million
A2=$2000
A3=$2000/$1million-->your ratio
A4=another sales amount
A5=A3*A4

Dave
--
Brevity is the soul of wit.


"processing volume/commission formula" wrote:

> I am making residuals/commission sheet in excel... and the way it works is
> that if the total processing volume is 1M... they will receive $2000
> commission. So if lets say the processing volume for the month of june is
> 100,134.80, how much commission will they receive? How do I enter that as a
> formula?
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
John 9/13/2006 11:09 AM PST
   
 
processing volume/commission formula wrote:

> I am making residuals/commission sheet in excel... and the way it works is
> that if the total processing volume is 1M... they will receive $2000
> commission. So if lets say the processing volume for the month of june is
> 100,134.80, how much commission will they receive? How do I enter that as a
> formula?

I am assuming that they will only receive full payments of $2000 for
each 1m volume. If that is correct the formula would be:

=rounddown(A1/1000000,0)*2000

A1 is the cell refereance where your volume would sit (10,013,480)

Regards,

John

 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
  Return to Microsoft Communities  Notify me of replies