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 answers
  1. May 26, 2021, 1:12 PM

    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