Set maximum result
-
(function(){
if(fieldname2 > fieldname3) return ROUND(fieldname1/fieldname2*100,0,1);
if(fieldname3 > fieldname2) return ROUND(fieldname1/fieldname3*100,0,1);
})();I have the following equation that gives me an “x” result. I need to make that if this result “x” is >10 the result returns 10, if the result is <=10 it returns the formula. Can someone help me?
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Set maximum result’ is closed to new replies.