I know VERY LITTLE about excel, but have a major problem.
I have a database that has over 70k names and occupations. Let me give an example.
Row 1 Joe Smith name adress
Row 2 carpenter
Row 3 John Smith name address
Row 4 plummer
Row 5 Tom Smith name address
Row 6 doctor
Row 7 Ron Smith name address
Row 8 Teacher
Row 9 Tim Smith name address
Row 10 Pilot
Ok, here is my question....I ONLY want to display doctors and plumbers.
If I alphabetically sort then it puts them all in alphabetical order (no correlation between name and occupation) and I have a list of alphabetical names and them when I get to the "do" I have the work doctor 1,000 times in a row.
Is there a way to delete all rows before teachers and carpenters, in other words sort in groups of 2 rows.
The only way that I am doing it now is manually going through the whole spreadsheet, searching for carpenters and teachers and manually deleting the entire row it (their name and address)
Thanks in advance, this has me bummed out!
I have a database that has over 70k names and occupations. Let me give an example.
Row 1 Joe Smith name adress
Row 2 carpenter
Row 3 John Smith name address
Row 4 plummer
Row 5 Tom Smith name address
Row 6 doctor
Row 7 Ron Smith name address
Row 8 Teacher
Row 9 Tim Smith name address
Row 10 Pilot
Ok, here is my question....I ONLY want to display doctors and plumbers.
If I alphabetically sort then it puts them all in alphabetical order (no correlation between name and occupation) and I have a list of alphabetical names and them when I get to the "do" I have the work doctor 1,000 times in a row.
Is there a way to delete all rows before teachers and carpenters, in other words sort in groups of 2 rows.
The only way that I am doing it now is manually going through the whole spreadsheet, searching for carpenters and teachers and manually deleting the entire row it (their name and address)
Thanks in advance, this has me bummed out!