Hi All!
I have 1000's of rows that I want to pull out if they say a particular name; the below works great:
=IF(ISNUMBER(SEARCH("Kyle Ball",Y2)),"Kyle Ball",IF(ISNUMBER(SEARCH("Peter Pan",Y2)),"Peter Pan",""))
I did this before for about 10 names - so it was quite manual until written.
The problem is - someone else has requested it, and it's about 50 names. What would be great is if I could search a table, e.g:
<colgroup><col span="2"></colgroup><tbody>
</tbody>
Then I would not have to write each name individually, the formula would be shorter, and added names would be pain free.
Is this possible?
I have 1000's of rows that I want to pull out if they say a particular name; the below works great:
=IF(ISNUMBER(SEARCH("Kyle Ball",Y2)),"Kyle Ball",IF(ISNUMBER(SEARCH("Peter Pan",Y2)),"Peter Pan",""))
I did this before for about 10 names - so it was quite manual until written.
The problem is - someone else has requested it, and it's about 50 names. What would be great is if I could search a table, e.g:
Contains | Bring Back |
Kyle Ball | Kyle Ball |
Peter Pan | Peter Pan |
Mary Poppins | Mary Poppins |
<colgroup><col span="2"></colgroup><tbody>
</tbody>
Then I would not have to write each name individually, the formula would be shorter, and added names would be pain free.
Is this possible?