I have a spreadsheet with over 100k rows - each row has a document name (file name) and a revision code. Some documents are listed twice within the same column however that is because the second time I received the document it was a revision of the document which is noted on column B. For example,
File Name Revision
25697-100-3DR-J04F-00003 002
25697-100-3DR-J04F-00003 001
What I am looking to have excel do is to only keep the row with the latest copy of the file. In this example I would only want to keep the row that contains revision 002 and delete the entire row that contains revision 001. Also, there are some files that have been listed 9 times due to 9 revisions having been made to that file. ANY help on this is greatly appreciated!!