Forum Discussion
Eric_J_Hansen
9 years agoQrew Cadet
Tested. Proven. See screenshots:
Eric_J_Hansen
9 years agoQrew Cadet
I am diving deep into my automatic memory here, but I believe that the order of true values in your formula will dictate the low to high order.
For example, if your formula looked something like this:
if([this thing]>100,"High",
if([this other thing or the same thing]<=50,"Low","Medium"))
your low to high order would be High, Low, Medium.
if it is possible to change your logic to put them in the correct order, this would probably work.
I'll test to double check.
For example, if your formula looked something like this:
if([this thing]>100,"High",
if([this other thing or the same thing]<=50,"Low","Medium"))
your low to high order would be High, Low, Medium.
if it is possible to change your logic to put them in the correct order, this would probably work.
I'll test to double check.