Data filter based on multiple user selected criteria - Copy to new sheet

excelkd

New Member
Joined
Mar 7, 2011
Messages
1
I am looking for assistance in creating a program that filters data based on multiple user defined filter selections and outputs the results into a new worksheet in the same workbook.

The user interface will have multiple drop down boxes in categories such as:
Size: 100, 200, 300
Color: Red, Blue, Green, Yellow
Number: 1, 2, 3
Where the user will select an option out of each drop down box.

Simplified data looks something like this:
Company, Size, Color, Number, Shape
A, 100, Red, 2, Circle
A, 100, Blue, 2, Square
A, 200, Red, 1, Circle
B, 100, Red, 2, Triangle
B, 300, Green, 3, Circle
C, 100, Yellow, 1, Square

So when the user selects certain kinds of criteria, for example, Size 100, Color red, and Number 2, the program would filter data and would output the results and the corresponding data in a new worksheet in the same workbook.
Company A, Size 100, Color Red, Number 2, Circle
Company B, Size 100, Color Red, Number 2, Triangle

Any help would be REALLY appreciated. Thank you :)
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

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