Hello:
I have created two drop down lists. The first drop down provides seven options and then the second drop down gives options based on the first selection. After the second selection is made I have created a v-lookup below to display all information relating to this selection (around 10 columns worth and is pulled from another sheet) The problem I am having is several of records have the same language of the secod dropdown but only one record will pull in the v-lookup selection. I would like all the records to appear (the most is three) to show the viewer the different records.
Below is the formula used for the v-lookup data where C6 is the cell where the listbox option is selected.
=IFERROR(VLOOKUP(C6,'Raw Data'!E:O,11,FALSE),"")
Any help would be greatly appreciated!
I have created two drop down lists. The first drop down provides seven options and then the second drop down gives options based on the first selection. After the second selection is made I have created a v-lookup below to display all information relating to this selection (around 10 columns worth and is pulled from another sheet) The problem I am having is several of records have the same language of the secod dropdown but only one record will pull in the v-lookup selection. I would like all the records to appear (the most is three) to show the viewer the different records.
Below is the formula used for the v-lookup data where C6 is the cell where the listbox option is selected.
=IFERROR(VLOOKUP(C6,'Raw Data'!E:O,11,FALSE),"")
Any help would be greatly appreciated!