I am trying to create a sheet with the purpose of allowing a supervisor to see what crew members are currently busy and what days. This is Sheet B, while Sheet A is the list of projects and all corresponding details, like dates and crew members.
I am doing this with an "Status" column in Sheet B, which scans the crews of Sheet A and finds any assigned members. If it finds a crew member, it tags their corresponding "Status" column with an "ACTIVE". If this column has an "ACTIVE" in it, another "Projected Start Date" column activates and collects a corresponding date for the corresponding employee. It does this by referring to a helper column in Sheet B, which is referring to Sheet A for the proper row number for the employee. This number is then used in an INDEX function to grab the proper date for the start and end dates.
The issue occurs when the helper column in Sheet B has to scan for one name in a multi list of more than one. I think the issue is that it is recognizing the list as a whole piece of a data. It is like searching for the letter "A" and "A" alone in a list of "A, B, C" and it only seeing "ABC" despite the letters being different selections. How would I set it up so that it can recognize that this row contains (Employee Name), even though there are other names, and reference to an corresponding column, namely the start and end dates?
Thank you in advance