Hello
Sorry this may be a really basic question but I am trying to do an "IF AND" with the below working formula - I need to add IF [TP Uplift]="-1" AND Contains(and then the rest of the below)... but I can't seem to get it to work. I have tried IF ELSEIF and IF(AND(... but it won't work. How would you do this?
IF Contains([BOARDREP code], "STAFF",1)
THEN [Base Cost EUR] * (1 + [TP Uplift]) ELSE [Base Cost EUR]
ENDIF
Thank you!