I am using a checkbox column to return 1 if a row on this sheet matches the Student Name and Location Name on a row of another sheet.
Formula: =IF(AND(HAS({Extern}, [Student Name]@row), HAS({Location_No_ID}, [Assigned Clinic]@row)), 1, 0)
The result is showing a checkbox when only part of the statement is true. I need both statements to be true in order to trigger the checkmark.
Any help is GREATLY appreciated.