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:
[TABLE="width: 184"]
<colgroup><col span="2"></colgroup><tbody>[TR]
[TD]Contains[/TD]
[TD]Bring Back[/TD]
[/TR]
[TR]
[TD]Kyle Ball[/TD]
[TD]Kyle Ball[/TD]
[/TR]
[TR]
[TD]Peter Pan[/TD]
[TD]Peter Pan[/TD]
[/TR]
[TR]
[TD]Mary Poppins[/TD]
[TD]Mary Poppins
[/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="width: 184"]
<colgroup><col span="2"></colgroup><tbody>[TR]
[TD]Contains[/TD]
[TD]Bring Back[/TD]
[/TR]
[TR]
[TD]Kyle Ball[/TD]
[TD]Kyle Ball[/TD]
[/TR]
[TR]
[TD]Peter Pan[/TD]
[TD]Peter Pan[/TD]
[/TR]
[TR]
[TD]Mary Poppins[/TD]
[TD]Mary Poppins
[/TD]
[/TR]
</tbody>[/TABLE]
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?