To explain the problem I'm having in Excel, imagine for example that I have a spreadsheet listing 1000 people and the cars they have owned (one row per person/make of car). Some will have owned more cars than others but I'm only intersted in those that ever owned Fords. I want to examine what other cars those Ford owners bought.
How can I easily identify and discard ALL rows for people who never owned a Ford?
Sorting and filtering don't work (I think) since each will gather the "ford" rows together when in fact I want to see what other cars (rows) the ford owners had. I want to keep together all the rows of each person who owned a ford and dump the rows for those who never owned a ford.
p.s. The example I'm giving is a simplified one, for expalantion purposes. In reality there are many thousands of rows so eyeballing isn't really on.
Only one name & car appears on each row e.g.
John, Mercedes
John, Ford
Mike, Renault
Mike, Peugeot
Ann, Peugeot
Ann, Ford
By bringing all the ford rows to the top, I will be left will lots of rows at the bottom (John 1, Mike 2 and Ann 1) and I can't tell which of these bottom rows I should keep or delete.
Sorry..... Macros are not my thing, I'm not great with excel. But my first thought is you're using the wrong tool for the job, this sounds more suited to a database than a spreadsheet.