Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do i enter the formula?

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default how do i enter the formula?

=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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default how do i enter the formula?

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?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default how do i enter the formula?


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

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
How do I enter formula for < or numbers. Betty P. Excel Worksheet Functions 7 November 27th 05 06:25 PM
Proper way to enter array formula Phil Excel Worksheet Functions 3 October 20th 05 02:44 PM
Can you enter a formula in a cell to run a macro? Nevaeh Excel Worksheet Functions 2 February 14th 05 11:51 PM


All times are GMT +1. The time now is 03:46 AM.

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"