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.
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.