How to best explain what I am looking for...

I have 3 columns. One column is what we charge our clients for hosting, so it is one set variable. The next column is where I want my formula to display, this is the Hosting level package. It needs to return either Level 1, Level 2, or Level 3... depending on the amount being charged in the first Column. The third column describes the level packages. One cell shows the price of level one, the cell below shows the price for level two, and the next cell below shows the price for level 2.

The formula i have been trying to use is the IF statement. such as =IF(C2=O2, "Level 1", "")... but as you can see this will only return one value out of one, when I need one value of a possible 3 returned. I have googled this for many hours trying to find the solution. I have come across if statements using AND and OR but that doesn't seem to work either. I don't know if I am just entering it in incorrectly or if I am way off base. Maybe one of you could help me? PLEASE