FormulaCraft

How to calculate tiered commission in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=IFS(B2>=10000, B2*0.1, B2>=5000, B2*0.07, TRUE, B2*0.05)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1List the tiers from highest threshold to lowest.
  2. 2Each pair is a condition and the commission for it.
  3. 3TRUE at the end applies the base rate to everything below the lowest tier.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

How do I handle many commission tiers cleanly?

Put the thresholds and rates in a small table and use VLOOKUP with approximate match (TRUE). It scales better than a long IFS.

More on Finance basics

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: