Im truing to write a formula that searches another sheet to see if one column has a cell that contains the same PO # and glass type. If yes, i would the box to be checked. If no the box should remain unchecked. Any ideas? Below is what my formula currently looks like:
=IF(CONTAINS([PO #]@row , {Glass Inventory Intake / Form Range 2}) AND([Glass Type]@row ,={Glass Inventory Intake / Form Range 1}),1,0)