Return a value after an understood value
-
(function(){
var first = fieldname41;if(AND(>0 first <= 0.3)) return 1;
if(AND(>0.31 first <= 0.6)) return 2;
if(AND(>0.61 first <= 0.9)) return 3;
if(AND(>0.91 first <= 1.2)) return 4;
if(AND(>1.21 first <= 1.5)) return 5;
if(AND(>1.51 first <= 1.8)) return 6;
})()
What is the correct formula?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Return a value after an understood value’ is closed to new replies.