I'm trying to pull data that meets multiple criteria from a master schedule into a separate individual schedule. If the data meets the 3 criteria, the cell populate with a value from another cell. I've tried many different formulas but haven't had any luck. The image on the left is the master schedule and the image on the right is the individual schedule.
This is the formula I'm trying to use:
=IF(AND({Convention Assignments v2 Time of Event} = Time@row, {Convention Assignments Sample Range 3} = Day@row, CONTAINS("Angela Smith", {Convention Assignments Sample Range 1})), Registration1, "-----")
but I'm getting "Invalid Operation". I've tried several different iterations without success. I did have success with this formula using dummy data within the individual sheet. Any assistance would be very much appreciated.