Hello guys,
I have this challenge that i am trying to tackle.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]tele
[/TD]
[TD]tele
[/TD]
[/TR]
[TR]
[TD]Tele
[/TD]
[TD]bla
[/TD]
[/TR]
[TR]
[TD]bla
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]fa, bla,tele,
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ka, ha, tele
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]la, ra, tele,
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tele
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tele bla
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i want a command that..
1- looks for B1 cell inside A1:A8 range
2- If it finds a match return whatever value that is in A
Basically the command should be able to find 7 matches for "tele" out of 8. I intend to use the command inside another complex code. If i drag down the command, it should find 3 matches for B2.
Could you help me with that. I am not that good with arrays and searching for keywords. I tried vlookup and index/match but it was able to find only 3 matches. Also i dont know how to return value from A.
This is just an example. I intend to use this with 20k rows
I have this challenge that i am trying to tackle.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]tele
[/TD]
[TD]tele
[/TD]
[/TR]
[TR]
[TD]Tele
[/TD]
[TD]bla
[/TD]
[/TR]
[TR]
[TD]bla
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]fa, bla,tele,
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ka, ha, tele
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]la, ra, tele,
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tele
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tele bla
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i want a command that..
1- looks for B1 cell inside A1:A8 range
2- If it finds a match return whatever value that is in A
Basically the command should be able to find 7 matches for "tele" out of 8. I intend to use the command inside another complex code. If i drag down the command, it should find 3 matches for B2.
Could you help me with that. I am not that good with arrays and searching for keywords. I tried vlookup and index/match but it was able to find only 3 matches. Also i dont know how to return value from A.
This is just an example. I intend to use this with 20k rows