DeltBunyan
New Member
- Joined
- Jul 8, 2015
- Messages
- 14
Hello,
I don't have much (read any) real VBA experience. So I can copy and paste code and even start to make sense of it, but I can't create it myself.
I have a table of employee data that ranges by month from 2014 through 2016. It also includes teams, unique identifiers, and such.
I have two drop-downs on a separate worksheet that select Month and Year. I'd like to be able to have those drop-downs dynamically filter the table. That's step one. Can someone please help me?
Step two is then to create separate lists (or tables) from the filtered original table to show team members. So for example, if I selected December 2015 in the drop-down boxes, I would want the original table to filter for only those two variables (December and 2015), and I also want separate tables to show the members of Team 1, Team 2, and Team 3. How do I do this?
Thank you so much for your help, I really appreciate it!
I don't have much (read any) real VBA experience. So I can copy and paste code and even start to make sense of it, but I can't create it myself.
I have a table of employee data that ranges by month from 2014 through 2016. It also includes teams, unique identifiers, and such.
I have two drop-downs on a separate worksheet that select Month and Year. I'd like to be able to have those drop-downs dynamically filter the table. That's step one. Can someone please help me?
Step two is then to create separate lists (or tables) from the filtered original table to show team members. So for example, if I selected December 2015 in the drop-down boxes, I would want the original table to filter for only those two variables (December and 2015), and I also want separate tables to show the members of Team 1, Team 2, and Team 3. How do I do this?
Thank you so much for your help, I really appreciate it!