Is there a way to write an (If) statement looking for a value between numbers, such as
IF (X > 3 But < 4), “Meets 50% or More”
I want to create a formula that will provide certain status’ depending on certain values.
If value is > 4, “Meets Expectations”
If value is > 3 & < 4, “Meets 50% or More”
If value is < 3, “Did Not Meet Expectations”
If value is blank, “No Data”