Im looking for a box to get checked when two criteria are met and one of those criteria needs to use the contains function. in the image below im trying to check the box if the "PO #" column is contained in my reference sheet and the "Glass Type" is a match in the reference sheet.
below is what i have but its unparseable:
=IF(CONTAINS([PO #]@row , {Glass Inventory Intake / Form Range 2}) AND([Glass Type]@row ,={Glass Inventory Intake / Form Range 1}),1,0)