Skip to main content

Hi Team, Looking for a logic for the attached workbook and for reference I have put logic as screenshot.

 

Thanks & Regards

2 个回答
  1. 2021年5月26日 13:12

    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.

    Hi @Ashish Tiwari​ You need to create such calculation for PASS.Let me know if this was helpful and mark the answer as best.

    thanks,

    Adrian

0/9000