Multiple dropdowns to filter excel sheet

bohon79

New Member
Joined
Jul 2, 2015
Messages
45
Good afternoon,

Hopefully someone can help out as i am stuck. have a sheet with data that i would like to filter data out as i use multiple drop downs.

i have all the dropdowns setup with the formula's setup in the cells i need. the issue i run in to is i can only filter one thing and not multiple. below is the formula the filer:

=IFERROR(INDEX($A$2:$R$500,$U2, COLUMNS($AK$2:AK2)),"")

U2 is the first column used to filter. i also have X2, AA2, AD2, and AG2

any help would be greatly appreciated.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
1575916410089.png


i have uploaded a screen shot. hopefully you can see.
 
Upvote 0
hello,

i was able to figure it out using indexmatch. but try to do it with multiple drop downs to narrow the search. below is the indexmatch i am using.

INDEX(working!A2:A267,MATCH($C$3,working!$F$2:$F$267,0))

erick
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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