Hello,
I am creating a report that references another sheet. I would like to know if a person from a certain organization attended a training. The formula looks at 2 different columns from the other sheet. One of the columns has the name of the organization, the other column indicates if they were in attendance. In my report I want to look at those 2 columns and if they were in attendance, I want my checkbox column to auto populate. This is the formula I created but get the "Unparseable" error message:
=IF(AND({IFRP Partners Attendance Range 2}, "Centro Romero", {IFRP Partners Attendance Range 1}, "In Attendance", "1, "0"))
Any assistance is appreciated.