Hello,
I am trying to render a number from 1 - 5 based on cut points. I am pretty sure I need a pretty long formula from this but was wondering if anyone could help me to make sure I am on the right track for my solution. Essentially this is the desired outcome I am looking for.
I have one sheet with "cut-point ranges" for 1-5 and another sheet that has the "rate" I want to compare the "rate" to each cut-point range below and have it give me a 1 - 5 based on what the "rate is"
I started the function below for to solve for at least the 2 to generate and received an error. Can anyone help? Or maybe there is an easier solution?
=IF(OR([Column15]@row] = < "{Cut-Points Range 1}", AND([Column15]@row] = > "{Cut-Points Range 2}, "2")