I'm not sure if what I'm attempting to do is even possible, but if it is I'm hoping someone can help or at least give some suggestions on how to accomplish what I'm trying to do.
I am working on a spreadsheet to help us at work to keep track of incident reports. I have a drop down list with all of our employees names that I would like to be able to select multiple names from that would then appear in that same cell.
I have found code that allows me to select multiple names that will appear in that cell and would work fine. What I would like to do next, that I haven't found anything on, is that for whatever names I select they then appear in another drop down list in a different cell.
For example: I have F1 labeled "Involved Employees". In the drop down list for cell F2, I select employees A, B, C, and D. "A, B, C, D" then shows in cell F2. Cell N1 is labeled "Reports Needed" and O1 is "Reports Done". I would like a drop down list in each of those cells that only lists the employees I originally selected in cell F2 (A, B, C, D). It would be even better if when a name is selected in O1 that it removes that same name from N1.
Hopefully that makes sense. I've looked around multiple places and watched numerous videos but have not had any luck finding anything that is along the same lines of what I'm trying to accomplish. I'm open to any method(s) other than drop down lists that might work to accomplish this.
Thank you in advance for your help!