I am trying to get a checkbox to be true using info referencing another sheet.
From another sheet I need:
- - "Tool Box Talk Completed" column to be checked
- - "Tool Box Talk Topic" column to match requirement, in this case "Jobsite PPE"
- - "Full Name" column to match Employee Last Name@row
Here is the formula that I currently have: =IF(AND({KP Tool Box Talks Completed} = 1, {KP Tool Box Talks Topic} = "Jobsite PPE", {KP Tool Box Talks Full Name} = [Employee Last Name]@row), 1, 0)
Any help would be appreciated. Thank you!