I have a dataset with employee names and projects they worked on. So an employee might have 10 rows with there name in it and all different project number in these rows

How do i filter the data to only include one employees rows?

Can I filter the rows using two different requirements?

Like all the rows where Bob is the first name and the Day of week was wednesday?