I have a large spreadsheet (> 5000 rows) where I need to delete certain rows. For example:
row1 Server1\directory1row2 Group Users has rights
row3 Server1\directory2row4 Group Users has rights
row5 Server1\directory3row6 Server4\directory1row7 Group Users has rights
etc.....
Now I need to delete the rows that contain ONLY the server entries NOT followed directly by the "Group Users has rights" row. For instance, I would need to delete row 5 "Server1\directory3\" entry in the sample list above.
This could be just 1 row or in other cases 2 or 3 consecutive rows. How would I go about doing this automatically?
row1 Server1\directory1row2 Group Users has rights
row3 Server1\directory2row4 Group Users has rights
row5 Server1\directory3row6 Server4\directory1row7 Group Users has rights
etc.....
Now I need to delete the rows that contain ONLY the server entries NOT followed directly by the "Group Users has rights" row. For instance, I would need to delete row 5 "Server1\directory3\" entry in the sample list above.
This could be just 1 row or in other cases 2 or 3 consecutive rows. How would I go about doing this automatically?