-
Polyline Vector Formula Syntax Points to Remember: Any value, name or character that does not need to evaluate must be surrounded by quotes ("") Example: =IF(VariableA=1,"TEXT",VariableB) NOTE: If VariableA does equal 1 then the answer will be what is between quotes: TEXT. Otherwise...