Using dependency matrix to look up values - help

LouieP

New Member
Joined
Apr 23, 2009
Messages
9
Hi all,
I've been stuck for a couple of days trying to get a dropdown box to do what I want it to do - to no avail.

I have four products A, B, C, D that are dependent on a mixture of 9 components and I would like to sort their dependency using a dropdown box.

like:
Code:
  A B C D
1 x  x x
2 x   x
3 x x x x
4     x x 
5 x  x x
6     x
7 x x  x
8   x   x
9 x x x
If I selected A from a combobox it would display 1,2,3,5,7,9
I've been looking at pivot tables but I don't understand them yet.

Any help would be amazing!

Louie
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Use an autofilter ?

I would normally use a filter to sort through the info but this needs to be more powerful since the returned values of the search are involved in another process.

Below is what I am trying to get at where rows 2-10 are E,F,G,H....

bcoms200942822419.png
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,240
Messages
6,170,951
Members
452,368
Latest member
jayp2104

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