dronka
Member
I'd like to do the following: I'm trying to create a tool to assign staff to various roles in an ongoing project. Each staff member has data associated with him/her (e.g. skills, years experience) that need to be taken into account when an assignment is made. Sheet 1 is where I want to enter the assignments. Sheet 2 contains the database with the staff roster and associated information.
Ideally, here's what I'd like to be able to do:
- Click on a cell where a staff name needs to be entered on sheet 1.
- A userform pops up with a complete staff roster and associated data for each staff.
- When I click on a staff name in the roster, that peson's name (not the associated data) is automatically entered into the cell on sheet 1.
- The userform automagically disappears.
I know how to create a dynamic dropdown list on a userform. But a dropdown list will only display one value (the name). I don't know how to display a table of information with the ability to then select one value from that table (the name), and for that value to then be entered into the cell on sheet 1.
Can it be done? If so, how? Thanks!
Ideally, here's what I'd like to be able to do:
- Click on a cell where a staff name needs to be entered on sheet 1.
- A userform pops up with a complete staff roster and associated data for each staff.
- When I click on a staff name in the roster, that peson's name (not the associated data) is automatically entered into the cell on sheet 1.
- The userform automagically disappears.
I know how to create a dynamic dropdown list on a userform. But a dropdown list will only display one value (the name). I don't know how to display a table of information with the ability to then select one value from that table (the name), and for that value to then be entered into the cell on sheet 1.
Can it be done? If so, how? Thanks!