I'm having some trouble getting the proper syntax for the following:

CELL D5 will have a value in it.

Based on the value in CELL D5, CELL E5 will have the following:

IF D5 > 1 and D5 <= 1.25 then CELL E5 = "Good"

IF D5 > 1.25 and D5 <= 3 then CELL E5 = "Better"

IF D5 = 3 then CELL E5 = "Best"

IF D5 > 3 then CELL E5 = "Not Capable"