Dropdown to Filter Columns and pull through data where yes/no fields show yes.

lordromias

New Member
Joined
Jun 15, 2018
Messages
1
I hope you can help. I am trying to create a workbook where I can see on Sheet 1 a list of those who are attending specific courses depending on what I choose from the drop down. The course names populating the drop down (via data validation) are chosen from the top row on Sheet 2. I would be grateful if anyone can suggest a formula i.e. using index/match to use in Sheet 1 to pull the data through. I may need helper columns but have tested various methods and would appreciate any assistance.



Sheet 1
Course 1 (Dropdown)

<tbody>
</tbody>

Forename
Surname
John
Andrews
Mary
Jones

<tbody>
</tbody>


Sheet 2
Forename
Surname
Course 1
Course 2
Course 3
John
Andrews
Y
N
Y
Adam
Morris
N
Y
N
Mary
Jones
Y
Y
N
Jane
Smith
N
N
N

<tbody>
</tbody>
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

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