Hi
How can I put multi condition formula?
for example in attached Excel i want to have 'Pass' if all criteria is pass and 'Fail' even if 1 criteria is fail.
I put the below formula but the result is not correct.
IF [POSITION_SOURCE(1)] AND [POSITION_SOURCE(1)] AND [LOCATION_UNCERTAINTY(1)] AND [ESRK(1)]='Pass' THEN 'Pass' ELSE 'Fail' ENDIF