I need some help working on a nested iif statement. Essentially, I need the logic to read like below. How do i get the multiple conditions per IIF statement to work correctly? and how do I get the multiple IIF statements to work together in one formula? I can get one IIF statement to work but not all of them together.
IIF([OTYP] = "OUTBOUND,RETURN","OUTBOUND,TRANSFER","OUTBOUND", IIF([OTYP] = "RETURN,OUTBOUND", "RETURN,TRANSFER" , "TRANSFER" IIF([OTYP] = "TRANSFER,OUTBOUND", "TRANSFER,RETURN", "TRANSFER")