A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I did a different approach. This does not use the Advanced Filter but allows you to pick any of several names from the list, and hides those rows that don't contain any of the names.
I did use the layout similar to that suggested by TasosK in his video. As well as some code from Chip Pearson to hide the UserForm box.
This does not require you to make up any name list -- it is written for the names to be in Column "A" starting in A2 (that is easily changed in the code.
When you press the "Select Names" button, a list of the names in the list is generated, and presented in a form, for selection. You can select as many as you want (and if there are more names than will fit, the list is scrollable. If you then hit "Filter", the rows without the selected names will be hidden. You can go back and modify the list; or you can re-set it to no names by hitting the Reset button, either on the form or on the worksheet.
And after pressing "filter" on the form:
There is a lot of code in the workbook, so I've uploaded a copy to Skydrive here.
It may be more than you need, or not what you need. Or there may be inappropriate features. Post back with any questions.