Hi,
I have an issue with trying to get what I think is a multifield tool working. I need to convert an IF OR statement from Excel into my workflow.
The example:

IF [Type] = "AAA" OR "BBB" OR "CCC" THEN "Exclude"
ELSEIF [Make] > 0 THEN " Check" ELSE "No Check Required"
ENDIF
What it needs to do is output the result to a single new column called "RESULT"
The formula needs to look at [Type] and if it is one of the ones mentioned then list 'Exclude' otherwise ignore and move on to the [Make] column where it needs to return "Check" if the value is greater than 0 otherwise return "No Check Required"
With the formula above it works for the first part and outputs to a new column with the [Type] valid - but the second part outputs to a new separate column.
It also state that the [Make] is not a valid number - it is as I have changed it to a float.
Any help on getting this to a single column output would be appreciated.
Thanks.