IntricateFool
New Member
- Joined
- Nov 3, 2005
- Messages
- 11
I need to design a pull down list that when choosing a particular name only shows results for that particular person. I do not want to use an auto or advanced filter. This is for unexperienced excel users to come in to a worksheet and choose their name from a pull down box and then display the results for their name.
Example:
Drop Box Would Be... [Debbie]v Where debbie would be the first one in the list. When you choos Debbie from the list excel displays only the 3 debbie rows. And the same for George, Ryan or Scott.
I'm just assuming there is a way to do this without VBA. Just please steer me in the right direction
Name | Account | Company
Debbie | 656775 | Amerigroup
Debbie | "........." | "............."
Debbie | "........." | "............"
George | ".........." | "............" { This is all corresponding data
George | "........." | "............" use your imagination that this is
George |"........." | "............" an excel spreadsheet
Ryan | ".........." | "............"
Ryan | ".........." | "............"
Scott | ".........." | "............"
Scott | ".........." | "............"
Scott | ".........." | "............"
Scott | ".........." | "............"
Thanks For Your Help....
Example:
Drop Box Would Be... [Debbie]v Where debbie would be the first one in the list. When you choos Debbie from the list excel displays only the 3 debbie rows. And the same for George, Ryan or Scott.
I'm just assuming there is a way to do this without VBA. Just please steer me in the right direction
Name | Account | Company
Debbie | 656775 | Amerigroup
Debbie | "........." | "............."
Debbie | "........." | "............"
George | ".........." | "............" { This is all corresponding data
George | "........." | "............" use your imagination that this is
George |"........." | "............" an excel spreadsheet
Ryan | ".........." | "............"
Ryan | ".........." | "............"
Scott | ".........." | "............"
Scott | ".........." | "............"
Scott | ".........." | "............"
Scott | ".........." | "............"
Thanks For Your Help....