Dependent dropdown only gives back first result

icordeiro

New Member
Joined
Dec 13, 2016
Messages
25
I have two dropdown lists.

The first list source is a column with client names. The values can appear multiple times but I already managed to only appear unique values on the dropdown list.

The second dropdown list should be dependent on the first. According to the client selected it should give back ALL issues from that client.

I used this formula:

[\CODE]
=INDEX(ID.2;SMALL(INDEX(($D$4=Clients_Name2)*(MATCH(ROW(Clients_Name2);ROW(Clients_Name2)))+($D$4<>Clients_Name2)*1048577;0;0);ROW(A1)))
[\CODE]

ID.2 is the column with the issues, Clients_Name2 is the column with the clients names and D4 is the cell where I select the value from the first dropdown list.

But it only appears the first result of each client. How can I make it to appear all results from each client?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,215,220
Messages
6,123,697
Members
449,117
Latest member
Aaagu

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