Commission Calculator

Commission Calculator lets you commission is a percentage of sales plus any entered base pay. Enter your own values or load the worked example.

Method and calculation

Commission is a percentage of sales plus any entered base pay.

Inputs and settings

Commission Calculator accepts Sales total (minimum 0); Commission (%) (minimum 0, maximum 100); Base pay (minimum 0).

Worked example

Commission Calculator example — Sales total: 100000; Commission (%): 5; Base pay: 10000. Computed output: { "commission": 5000, "totalPay": 15000 }

Output and limitations

Commission Calculator: Use finite inputs. Results use double-precision arithmetic.

Technical references: JavaScript numerical operations

Commission Calculator FAQs

Commission Calculator applies the following rule to your input: Commission is a percentage of sales plus any entered base pay. The worked example on this page uses the same processor as the result button.
Commission Calculator has these boundaries: Use finite inputs. Results use double-precision arithmetic. Start by checking the sales total field against the units or format shown.
Commission Calculator provides this sample: { "commission": 5000, "totalPay": 15000 }. Use the sample button to reproduce it, then replace the inputs with your own values.