Hi all,

I want to delete rows containing certain values: For example, this is a rough picture of what i have:

Name1 Name2 Value
Amy Eric 24
Ted Chris 18
Jon Liza 20
Amy Eric 11
Amy Annie 15

I would like to delete "Amy" from the column "Name1". How do i go about doing it?

Many thanks!