Hi does anyone know how I simply add in the following OR criteria to the existing IF statement below it???
=IF((AND(Input!B26="Yes",Input!B22="Yes")),Codelist!A111,"")
=IF(AND(Input!A26<>"",Input!B26="Yes"),IF(Input!$G$8="OPTIMIZED",Codelist!A9,IF(Input!$G$6="Quality",Codelist!A9,IF(Input!$G$7="WFM",Codelist!A51,Codelist!A9)))+IF((AND(Input!B26="Yes",Input!B22="Yes")),Codelist!A111,""),"")
Any help greatly appreciated - James
=IF((AND(Input!B26="Yes",Input!B22="Yes")),Codelist!A111,"")
=IF(AND(Input!A26<>"",Input!B26="Yes"),IF(Input!$G$8="OPTIMIZED",Codelist!A9,IF(Input!$G$6="Quality",Codelist!A9,IF(Input!$G$7="WFM",Codelist!A51,Codelist!A9)))+IF((AND(Input!B26="Yes",Input!B22="Yes")),Codelist!A111,""),"")
Any help greatly appreciated - James