Sales V Commission updated calculation

C

Carauto

Hello Forum
I need a function to do the following:

I need to calculate basic wage and sales commission

Basic Wage

Sales payment per order

Sales
1 - 10 10
11 - 20 15
21 - 30 20
31 + 25

Example 1
Basic wage £0

Sales 26 units at £20 per sale = £520

Total wage £520

Example 2
Basic wage £100

Sales 25 units at £20 per sale = £500

Total wage £600

This is what I need to show as the result.

Hope someone can hel
 
R

Roger Govier

Hi

One way
With Basic wage in A1, number of units sold in B1
=A1+B1*10+B1*INT(B1/10)*5

Regards

Roger Govier
 
N

Niek Otten

In A1:A4: 0,11,21,31
In B1:B4: 10,15,20,25
In C1: Basic wage
In C2: Sales units

Formula:

=VLOOKUP(C1,A1:B4,2)*C1+C2
 
C

Carauto

Hi Niek
This does not seem to work unless I am doing somethign wrong. Say
have a basic wage £500 and sale of eight units. This will give a resul
of wages £500 and sales commission of eight units X £10 so total wage
would be £580.

Thanks,

Marti
 
N

Niek Otten

That's exactly what I get.
If you like, send me you e-mail address and I 'll send you the working
example
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top