
Commission Calculator Formula
Learn how commission earned, total pay, and effective commission rate are calculated in a commission calculator.
A commission calculator estimates earnings from sales using either a percentage-based commission or a fixed amount per sale. Understanding the formula helps you check your pay estimates and compare different compensation structures.
- 100% Free
- No Sign-Up Required
- Private & Secure
- Mobile Friendly
Commission Earned and Total Pay
Where:
If your plan pays a percentage of sales, multiply sales by the commission rate. If it pays a fixed amount per sale, multiply the number of sales by the amount earned for each sale. Then add base pay to get total pay. The effective commission rate shows commission as a percentage of total sales.
Variables Explained
| Variable | What It Means | Unit |
|---|---|---|
| salesAmount - Sales Amount | Total sales value used to calculate commission. | currency |
| commissionRate - Commission Rate | Percentage rate applied to sales for percentage-based commission. | percent |
| numberOfSales - Number of Sales | Count of individual sales when commission is paid per sale. | number |
| commissionPerSale - Commission Per Sale | Fixed commission earned for each individual sale. | currency |
| basePay - Base Pay | Fixed pay added to commission to estimate total earnings. | currency |
| commissionEarned - Commission Earned | Estimated commission from the selected commission structure. | currency |
| totalPay - Total Pay | Combined earnings from base pay and commission. | currency |
| effectiveCommissionRate - Effective Commission Rate | Commission expressed as a percentage of total sales amount. | percent |
Step-by-Step Calculation
Choose the commission structure
The first step is to determine whether commission is based on a percentage of sales or a flat amount for each sale.
commission structure = percentage or fixed per sale
Calculate percentage-based commission
If your plan pays a percentage of sales, multiply total sales by the commission rate converted to a decimal.
percentageCommission = salesAmount * (commissionRate / 100)
Calculate fixed commission per sale
If your plan pays a fixed amount per sale, multiply the number of completed sales by the commission amount for each sale.
fixedCommission = numberOfSales * commissionPerSale
Use the applicable commission result
Only one commission method is used at a time, based on the selected commission type.
commissionEarned = percentageCommission or fixedCommission
Add base pay
Base pay is added directly to commission to estimate gross total earnings.
totalPay = basePay + commissionEarned
Calculate the effective commission rate
This shows what share of your sales value was earned as commission. Using max(salesAmount, 1) avoids division by zero when sales are entered as zero.
effectiveCommissionRate = (commissionEarned / max(salesAmount, 1)) * 100
Worked example for percentage commission
Calculate percentage commission
15,000 × (8 ÷ 100)
$1,200
Set commission earned
commissionEarned = percentageCommission
$1,200
Add base pay
2,000 + 1,200
$3,200
Calculate effective commission rate
(1,200 ÷ 15,000) × 100
8%
Final Result
Estimated commission earned is $1,200, total pay is $3,200, and the effective commission rate is 8%.
Assumptions
- ✓All entered sales are eligible for commission.
- ✓Only one commission structure is used at a time: percentage of sales or fixed amount per sale.
- ✓Base pay is added directly and does not include taxes, benefits, bonuses, or deductions.
- ✓For fixed commission per sale, the effective commission rate is still based on the sales amount entered.
- ✓The result is an estimate and does not include special plan rules unless added manually.
Limitations
- !The calculator does not model tiered commission rates or progressive slabs.
- !It does not include caps, floors, clawbacks, split deals, or returned sales.
- !It assumes all sales close and remain commissionable.
- !It does not account for taxes, payroll withholding, or expense reimbursements.
- !The effective commission rate may be less meaningful if fixed commission is used and sales amount is estimated loosely.
Common Mistakes to Avoid
Entering total revenue when only commissionable sales should be included.
Using a percentage rate as a whole number in manual calculations without dividing by 100.
Forgetting to enter base pay when comparing total compensation.
Mixing up number of sales with sales amount in a fixed-per-sale plan.
Comparing effective commission rates across plans without checking whether one uses fixed commission and the other uses percentage commission.
Related Formulas
Frequently Asked Questions
What is the formula for commission based on a percentage of sales?
Multiply sales amount by the commission rate divided by 100. For example, salesAmount × (commissionRate ÷ 100).
How do you calculate commission per sale?
Multiply the number of sales by the fixed commission earned for each sale.
How is total pay calculated in a commission calculator?
Total pay is base pay plus commission earned.
What is an effective commission rate?
It is the commission earned divided by total sales, expressed as a percentage.
Why can the effective commission rate differ from the listed commission plan?
It can differ if your plan uses a fixed amount per sale, because the commission is not directly tied to sales value.
Does the commission formula include taxes?
No. The formula estimates gross earnings before taxes or deductions.
Ready to calculate your result?
Use the calculator to get instant results with your own inputs.