I need a formula to fill in a checkbox if the first name matches the first name of another sheet, last name matches, and it contains the position name Logistics. Thoughts?
=IF([First Name]@row = {First Name}, IF([Last Name]@row = {Last Name}, IF(CONTAINS("Logistics", {Position}), "true", "false")))