I have table 1:[TABLE="width: 500"]
<tbody>[TR]
[TD]Column 1
James Phillips[/TD]
[TD]Formula column
formula to return from column 2 below (Phillips)[/TD]
[/TR]
[TR]
[TD]Lando Boris[/TD]
[TD]formula to return from column 2 below (Lando)[/TD]
[/TR]
[TR]
[TD]For Mr. B. McComb[/TD]
[TD]formula to return from column 2 below (McComb)[/TD]
[/TR]
</tbody>[/TABLE]
and table 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Search in this column
Phillips[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Lando[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]McComb[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So. I want to return surnames only. So, I need to search table 1 column 1, if it contains ANY of the text from table 2 column 1, and if yes, then return it.
I tried ISNUMBER, doesn't help obviously, maybe INDEX with CTRL+SHIFT+ENTER ?
<tbody>[TR]
[TD]Column 1
James Phillips[/TD]
[TD]Formula column
formula to return from column 2 below (Phillips)[/TD]
[/TR]
[TR]
[TD]Lando Boris[/TD]
[TD]formula to return from column 2 below (Lando)[/TD]
[/TR]
[TR]
[TD]For Mr. B. McComb[/TD]
[TD]formula to return from column 2 below (McComb)[/TD]
[/TR]
</tbody>[/TABLE]
and table 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Search in this column
Phillips[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Lando[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]McComb[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So. I want to return surnames only. So, I need to search table 1 column 1, if it contains ANY of the text from table 2 column 1, and if yes, then return it.
I tried ISNUMBER, doesn't help obviously, maybe INDEX with CTRL+SHIFT+ENTER ?
Last edited: