Hello,
I am trying to create an IF statement with 3 possible answers. I was able to do it in excel using this formula:
IF(C2="SUPPORT",0 IF(C2="BILLABLE",1,IF(C2="FREE",-1)))
But I was wondering if there was a way to do it in Anaplan so I can use the conditional formating with text rather than numbers.
Thanks