I need to create a formula for returning the tax brackets based on Income.

If value is between 0 and 9225, returns 10%
If value is between 9226 and 37450, returns 15%
and so on

Thanks in Advance