Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A2*IF(B2>="Excellent",0.15,IF(B2="Good",0.1,IF(B2="Meets Expectations",0.05,0)))Computed by a real spreadsheet engine on the sample data below.
| Base Salary | Rating | Bonus |
| 80000 | Excellent | |
| 60000 | Good | |
| 55000 | Meets Expectations | |
| 45000 | Below Expectations |
=A2*IF(B2>="Excellent",0.15,IF(B2="Good",0.1,IF(B2="Meets Expectations",0.05,0)))→12000
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Replace A2 with the target earnings cell. The rest of the formula stays the same.
Yes — wrap the formula with MIN: =MIN(50000, A2*IF(B2="Excellent",0.15,…)).
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: