Here is one example, I need to add 2 IIF's more to this one
Terms: IIf(InStr([cable type],"CABLE")>0,10,2*(IIf((InStr(Left([cable type],6),"c"))<>0,(Left([cable type],(InStr([cable type],"c")-1))),IIf((InStr(Left([cable type],6),"T"))<>0,(Left([cable type],(InStr([cable...