dropdown
-
(function(){
var result = ”;
if( AND(fieldname2, fieldname40) ){
result = fieldname2/fieldname40;} else if( AND(fieldname2, fieldname3) ) { result =fieldname2/fieldname3; }
else if( AND(fieldname40, fieldname3) ) {
result =fieldname40*fieldname3;
}return result;
})()
These formulas calculate data in a specific field. But how do I make sure that each formula highlights only its specific name when calculating. For example, if the previous formula is calculating, then it is necessary to issue “example 1”, if the second formula, then “Example 2”, if the third, then “Example 3”.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘dropdown’ is closed to new replies.