vlookup based off drop down options

jmarcher

New Member
Joined
May 20, 2013
Messages
2
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!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hello:

Thank you for the response, but it is only one part that is the same the other columns are different. I thought we could do this with "Countif" but was not sure. Please let me know if this is an option I should or could consider for the original post's problem.
 
Upvote 0
Hi,

Did you look at the links?

They cover most scenarios regarding looking up a value and returning multiple records.

Ak
 
Upvote 0

Forum statistics

Threads
1,215,734
Messages
6,126,543
Members
449,316
Latest member
sravya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top