How to delete a set of rows depending on Value

M

msbutton27

I have two worksheets

Worksheet A
27 Columns
1600 Rows.

Worksheet B
1 Column
200 Rows

I need Worksheet A to look at each cell in Worksheet B, if a cell exists in
Worksheet A, then I need the row deleted...

Basically I have a list of Grand list of items to do, then a list of items
already completed. I need to now remove all entries in the grand list that
have been completed.

Is this feasible or should I look at using some Unix script.
 
Top