Hi Team, Looking for a logic for the attached workbook and for reference I have put logic as screenshot.
Thanks & Regards
2 answers
Hi @Ashish Tiwari
You need to create such calculation for PASS.
IF [Values]="P" THEN "PASS"
ELSEIF [Values]="T" THEN "PASS"
ELSEIF [Values]="U" THEN "PASS"
ELSEIF [Values]="V" THEN "PASS"
END
As you can see I haven't specify any other condition in order to get Null output.
Let me know if this was helpful and mark the answer as best.
thanks,
Adrian