I am having trouble finding a working formula to will search for the substring in a referenced cell ($A6 from Tracking 3) from the range ('AC 3'!$B4:B) and if it returns true, then a "Y" will show.
I currently have a google sheet that is used to track webinar attendance by searching the range (copied and pasted chat messages) for the referenced attendee same, and if the attendee's name is found, a "Y" is placed in that cell. The sheet is currently functional for our prior webinar platform, as when the chat messages are pasted, the attendee's name is isolated within its own cell, however, the new platform copies with the following format: "From 'attendee name' to All Panelist 00:00 PM". In the code I currently have, it is not recognized that the attendees' names are found within the ranges.
For a visual, I have "Y" input for the name Dylan Payne to show the end outcome I am looking for. I have tried the functions SEARCH, REGEXMATCH, and MATCH. I believe the SEARCH function is where my answer lies, but I'm having trouble reaching my desired outcome. If anyone is able to provide some additional feedback, it would be extremely appreciated.
I also use some google AppsScript, if there is a way to use that to isolate the attendees' names within the cell.
[Tracking 3]
[AC 3]