jjrythem
07-11-2010, 04:39 PM
I have a fairly large worksheet that has different parts and their corresponding specifications, for example..
ID | Length | Type | Color
23 --- 3' ----- G --- Blue
12 --- 3' ----- L --- Green
04 --- 3' ----- G --- Green
22 --- 2' ----- P --- Red
67 --- 1' ----- G --- Blue
I am creating a user form to be able to easily select the right ID, by narrowing down the list using Color, Type, or Length. I'm using 4 Combo Boxes where if the user selects Green it should list only 2 Entries for the Type combo box (L and G) and only 3' for the type box. I think I explained what I am trying to do simply enough. I can't figure out the filtering part I have the 4 combo boxes populated with the correct rows using named ranges but I'm not sure how or even if I can filter the way I am trying to with named ranges. Any help would be great, thanks!
ID | Length | Type | Color
23 --- 3' ----- G --- Blue
12 --- 3' ----- L --- Green
04 --- 3' ----- G --- Green
22 --- 2' ----- P --- Red
67 --- 1' ----- G --- Blue
I am creating a user form to be able to easily select the right ID, by narrowing down the list using Color, Type, or Length. I'm using 4 Combo Boxes where if the user selects Green it should list only 2 Entries for the Type combo box (L and G) and only 3' for the type box. I think I explained what I am trying to do simply enough. I can't figure out the filtering part I have the 4 combo boxes populated with the correct rows using named ranges but I'm not sure how or even if I can filter the way I am trying to with named ranges. Any help would be great, thanks!