Assuming that 4 units is the maximum bonus
First insert a new row at the beginning of your bonus table for 0, $0

Then in C11 Copied to other cells
=VLOOKUP(B11, $B$2:$C$6,2)
Does that work for you?