I have scoured the community and find things that are close but don't work for my scenario. I am trying to pull in the completion date for class attendance based upon matching email addresses for classes that contain a descriptive word. For example, what is the date that Pig 1 completed the Bricks and Mortar class without having to match the entire name of the class?
=IFERROR(IF(CONTAINS("bricks", {Training}), INDEX({Completion Date}, MATCH([Email Address]@row, {email}, 0))), "")
This formula works, however it returns the date for "building straw houses" instead of "bricks".
I have tried multiple variations and ideas from the community and keep coming up with the same. ugh!!
Tracking Sheet
Course Attendance Sheet