Drop down filtered lists

_Flux_

New Member
Joined
Feb 24, 2018
Messages
1
Hi can someone help me in the best way to do what I'm trying to achieve.

I want a set of drop lists to filter based on the previous selection. So using the example data below I want to be able to select a product, then the next drop down list is to be able to select a quantity based on the previous with a final cell entering the defined unit cost.


[TABLE="width: 384"]
<tbody>[TR]
[TD="class: xl63, width: 64"]Product:[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="class: xl63, width: 64"][/TD]
[TD="class: xl63, width: 64"]Quantity[/TD]
[TD="class: xl63, width: 64"]Unit Cost[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Flyer A6[/TD]
[TD="class: xl64"]100[/TD]
[TD="class: xl65"]£30.00[/TD]
[/TR]
[TR]
[TD]Flyer A6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]250[/TD]
[TD="class: xl65"]£36.00[/TD]
[/TR]
[TR]
[TD]Flyer A5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]500[/TD]
[TD="class: xl65"]£42.00[/TD]
[/TR]
[TR]
[TD]Flyer A4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]1000[/TD]
[TD="class: xl65"]£50.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]2000[/TD]
[TD="class: xl65"]£63.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]5000[/TD]
[TD="class: xl65"]£140.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Flyer A5[/TD]
[TD="class: xl64"]100[/TD]
[TD="class: xl65"]£30.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]250[/TD]
[TD="class: xl65"]£42.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]500[/TD]
[TD="class: xl65"]£62.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]1000[/TD]
[TD="class: xl65"]£73.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]2000[/TD]
[TD="class: xl65"]£125.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]5000[/TD]
[TD="class: xl65"]£260.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Flyer A4[/TD]
[TD="class: xl64"]100[/TD]
[TD="class: xl65"]£40.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]250[/TD]
[TD="class: xl65"]£61.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]500[/TD]
[TD="class: xl65"]£95.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]1000[/TD]
[TD="class: xl65"]£160.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl64"]2000[/TD]
[TD="class: xl65"]£245.00[/TD]
[/TR]
</tbody>[/TABLE]

Example:
I want Flyer A5 then to select 500 and it will automatically input the unit cost in the 3rd cell.

[TABLE="width: 215"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Quantity[/TD]
[TD] Unit cost[/TD]
[/TR]
[TR]
[TD]Flyer A5[/TD]
[TD="align: right"]500[/TD]
[TD]£62.00[/TD]
[/TR]
</tbody>[/TABLE]

Any help is appreciated.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
If I am right in what you are after, then a simple filter will do just that.

Highlight all data and headings then add a filter, then just filter product, qty and you will be just left with the cost..

or are you wanting this information to be accessed from a different sheet?
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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