Can anyone help with the construction of this IF Statement?
IF B960="", return ""
IF B960<>"" AND E960="post", return 0
IF B960<>"" AND E960="pre" , return "?"
IF B960<>"" AND E960="n/a" , return "n/a"
Thanks.
Dan
IF B960="", return ""
IF B960<>"" AND E960="post", return 0
IF B960<>"" AND E960="pre" , return "?"
IF B960<>"" AND E960="n/a" , return "n/a"
Thanks.
Dan