simplest way to do a selection on word table/database?

P

peter

I was given a word table/database with fields like name, hobbies, ...
Each row represents one person. The list contains a few hundred people.

Each name cell contain only one line/value.
Each hobbies cells can contain more than one line/value, and they are not
sorted in any orders within the cell. E.g. one person's hobbies cell may
contain "tennis", swimming", and another one may have "swimming", "tennis".
(the actual separator are line breaks not commas)

What's the easiest way to reduce this list to only the people whose hobbies
include "tennis"?

I also have Excel, if it is necessary to move the table into excel. However,
cells with multiple values/lines don't import very well into excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top