Hello,
Is it possible to to include two different sets of commands in an IF THEN ELSE statement? E.G.
IF [Category Description] = 'STIF' AND [Term] = 'Long Term' THEN
[Category Description] = 'Short Term' Else 0 ENDIF
Basically I need the formula to Check the Category Description field to see if it contains 'STIF', if Category Description does contain 'STIF' then check the Term field to see if it is 'Long Term', and if both of these are true then the Term field changes those that contain 'STIF' in Category Description and 'Long-Term' in Field to 'Short -Term' and the rest stay the same. Is this possible? Would the Multi Field Formula be able to do this?