Parsing out known strings from Excel spreadsheet
- by user1631862
I have an Excel spreadsheet that has a list of names in column A. What I'd like to do is parse out all the names in the column that I don't know and their rows. For example, in a spreadsheet of 100 names, let's say I know 39 of them and their row data. I don't need to see them in the spreadsheet - what I need to see are the remaining 61 that I don't know and their rows.
Hope that makes sense, and that something like this is possible!
Thanks!