I am unable to give correct command in excel for a certain condition. My condition is - If a Company is Listed Company then OR even if Its a Public Company but fulfills certain criteria - the result should be "Applicable" else "Not Applicable"
The Formula I am trying is -
=IF(OR(AND($B$3="Yes"),AND($B$2="Public",$B$10>=100000000,$B$14>=1000000000,$B$20>=500000000)),"Applicable","Not Applicable")
In the above case, the Company is not Listed - but its a Public Limited Company satisfying the criteria. But it still gives output as "Not Applicable". Please help me fix the formula.
The Formula I am trying is -
=IF(OR(AND($B$3="Yes"),AND($B$2="Public",$B$10>=100000000,$B$14>=1000000000,$B$20>=500000000)),"Applicable","Not Applicable")
In the above case, the Company is not Listed - but its a Public Limited Company satisfying the criteria. But it still gives output as "Not Applicable". Please help me fix the formula.