Can anyone help with the construction of this formula? I get unexpected results with anything I've tried.
IF M848="a" or "b" or "c", Then return "X"
IF M848="d" or "e", Then return "Y"
IF not return "Z"
Dan
IF M848="a" or "b" or "c", Then return "X"
IF M848="d" or "e", Then return "Y"
IF not return "Z"
Dan