If function from excel to CFF
-
I just made this formula, but doesn’t work, could someone please identify the mistake im making? Thank you to anyone with future responses.
(function(){
IF(fieldname12=”Semi-Gloss Paper”,0.32,
IF(fieldname12=”Matte Paper”,0.38,
IF(fieldname12=”White BOPP”,0.6,
IF(fieldname12=”Clear BOPP”,0.57,
IF(fieldname12=”Top Coated Direct Thermal Paper”,0.45,
IF(fieldname12=”Thermal Transfer Paper”,0.35))))))
})();
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘If function from excel to CFF’ is closed to new replies.