autopopulate fields in userform based on selection in one field

S

sam

Hi All,

I have an excel userform that has a dropdown field called "Leader". What I
want is:
Once we select a value from leader dropdown. I want three other fields to
auto populate based on what we select in "Leader" dropdown.

For eg: I want Student1, Student2 and Location to be auto populated once we
select a value from "Leader" dorpdown.

NOW, one thing with this is, All this data is stored in an excel workbook on
shared drive. And the Students, Locations, and leaders keep switch regularly.
All this changes are updated in the workbook.

Is there a way to design all this fields such that It take the data from
that updated excel workbook?

For eg:
Today if Leader: "John" has Student1: "Jack" and Student2: "Jill" and
Location: "1"
I want Jack, Jill and 1 to autopopulate in my user from once I select John
from Leader dropdown.

Tomorrow If Leader: "John" has Student1: "Bill" and Student2: "Josh" and
Location: "1"
I want Bill, Josh and 1 to autopopulate in my user from once I select John
from Leader dropdown.

Hope I made it clear

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top