Is there a way to delete whole rows based on criteria contained within the row/column? For example:
Col1 Col2 Col3
23 rt cd
56 gh cd
21 df jp
I would want to delete rows 1 & 2 b/c col3 did not have "jp" in the field, but keep row 3 b/c data in column 3 did have "jp" populated in column.
thanks
Col1 Col2 Col3
23 rt cd
56 gh cd
21 df jp
I would want to delete rows 1 & 2 b/c col3 did not have "jp" in the field, but keep row 3 b/c data in column 3 did have "jp" populated in column.
thanks