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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: