Parsing out known strings from Excel spreadsheet
Posted
by
user1631862
on Super User
See other posts from Super User
or by user1631862
Published on 2012-08-30T00:07:51Z
Indexed on
2012/08/30
21:41 UTC
Read the original article
Hit count: 122
microsoft-excel
|worksheet-function
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!
© Super User or respective owner