Formula for Sales Commission

Cerebrus

New Member
Joined
Oct 13, 2016
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Good Morning,

I have a spreadsheet that tracks exchanges in sales.

I get paid 1% comms on all exchanges, but if I reach 100% exchanges for the month I get 1.5%

The cell that gives me the percentage has =J2/J1 (J3)

The cell that has my current comms is manually added and contains a number (D49).

The cell I want to return the comms (D50) if at 100% needs to be, if J3 is 100, then D49*1.5


I cant get it to show me a value other than what is currently in D49.

Any help would be greatly appreciated
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try in D50

Excel Formula:
=IF(J3=100,D49*1.5,D49)
 
Upvote 1
Thats what I had, and it was returning just D49

But I just spotted what it was, it was the % sign. As soon as I added that in it worked perfectly. God dammit haha

Thank you
 
Upvote 0

Forum statistics

Threads
1,216,586
Messages
6,131,582
Members
449,656
Latest member
pavankumar1421

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top