I am trying collectively check the box for "MIssing coating Weights" IF - one column of each coating weight is blank AND the Recheck and/or No Coating Weights Required box is NOT checked.
Thanks!
=IF([Recheck and/or No Coating Weights Required]@row, 1), "", IF(AND([1421 CTG WTS OP]@row = "", [902 CTG WTS OP]@row = "", [1402 CTG WT Top OP]@row = "", [1455 CTG WT Top OP]@row = "", [1430 CTG WT Top OP]@row = "", [Recheck and/or No Coating Weights Required]@row, 0), 1, 0))