Sorting out the rows of a Excel file which contain one name

Hi guys,

my problem might be pretty easy to solve. Still, after some time, I do not get it done.

Here it is:
I just want to filter out the Excel rows in which a specific Name is.

How do I do that?

What have you tried? Have you searched for similar issues here on the forums? Show us what you have so far.

If you’re searching a whole row (a list) for a single value then you’d have to consider any passing condition as a pass for the whole list. This is a fairly common task. You should be able to find some posts tackling this already.