Regarding multiple selection in data filter

sravishankar248

New Member
Joined
Jun 3, 2015
Messages
1
I have received two data lists, the first list contains thousand names and details and the seconds list contains 200 names and these 200 names are there in the 1000 names as well and I want to filter the names in the first list so that I get only the 200 names and their details in the first list without selecting each and every name form the filter option in that particular first list.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Welcome to the Board.

Two ways:
1. Use a VLOOKUP to see if the person from one list is in the other. You can then filter out those who aren't. See: MS Excel: VLOOKUP Function (WS)
2. In Microsoft Access, you could simply do a query between the two lists, joining on the Name field. An Inner Join will only return the records that have matches.
 
Upvote 0

Forum statistics

Threads
1,215,635
Messages
6,125,945
Members
449,275
Latest member
jacob_mcbride

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