In C5, the equation should be:
=IF(b5>=25000,b5*0.15,IF(b5>=15000,b5*0.1,b5*0.05))
You want to find the larger values first and work your way down to the lower values.
9.5m questions
12.2m answers