Hello -
I have a range of numbers(2 digits) from 0.00 to 5.55 in column A2.

I need an IF statement to tell me the following:

If A2 is less than 0.99, i want excel to show "0.00-0.99"
If A2 is between 1.00 and 1.25, i want excel to show "1.00-1.25"
If A2 is between 1.26-1.50, i want excel to show "1.26 - 1.50"
If A2 is between 1.51-2.00, i want excel to show "1.51-2.00"
If A2 is greater or equal to 2.01, I want excel to show "2+"

How should this IF statement be written?

Please help!

Thank you