I am trying to create a drop down list that dynamically excludes values that have already been selected. Best explained in the simplified example below. Not sure if there’s a built in function to do this, or if I need a script and/or scratch sheet.
Ex: Resource allocation.
I have workers Tom, Dick, and Harry, and jobs Cashier, Cook, and Cleaner. I want the drop down to show all 3 workers if none are assigned to a job. If Tom gets assigned to Cleaner, I want the drop down for the other jobs to not show Tom’s name.
Appreciate any tips and tricks you guys can share. Thanks!