Gurus,
I need help using vlookup to look for a string within a longer string to match external and internal data. I have tried the usual, =VLOOKUP("*"&B2&"*", $A$2:$F$3,5,FALSE) and it did not work for the string.
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Rownum[/TD]
[TD]Pub Number[/TD]
[TD]Type[/TD]
[TD]Family[/TD]
[TD]date[/TD]
[/TR]
[TR]
[TD]32
[/TD]
[TD]TW201247839[/TD]
[TD]Application[/TD]
[TD]US20120241681, TW201247839, US2011467412P, US2011557933P, US2016-15060363, US20160190480[/TD]
[TD]3/25/2011[/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD]US7989644[/TD]
[TD]Another One[/TD]
[TD]US7989644, CN101184822A, EP1885818, EP2005104599, EP2005107908, JP2008545729, KR2008018218, US20090131673, WO2006128800[/TD]
[TD]5/30/2005[/TD]
[/TR]
</tbody>[/TABLE]
So, what am I doing wrong? It should work. I tried the vlookup with Rownum column and it works fine. Anyone has suggestion to make it work?
I need help using vlookup to look for a string within a longer string to match external and internal data. I have tried the usual, =VLOOKUP("*"&B2&"*", $A$2:$F$3,5,FALSE) and it did not work for the string.
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Rownum[/TD]
[TD]Pub Number[/TD]
[TD]Type[/TD]
[TD]Family[/TD]
[TD]date[/TD]
[/TR]
[TR]
[TD]32
[/TD]
[TD]TW201247839[/TD]
[TD]Application[/TD]
[TD]US20120241681, TW201247839, US2011467412P, US2011557933P, US2016-15060363, US20160190480[/TD]
[TD]3/25/2011[/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD]US7989644[/TD]
[TD]Another One[/TD]
[TD]US7989644, CN101184822A, EP1885818, EP2005104599, EP2005107908, JP2008545729, KR2008018218, US20090131673, WO2006128800[/TD]
[TD]5/30/2005[/TD]
[/TR]
</tbody>[/TABLE]
So, what am I doing wrong? It should work. I tried the vlookup with Rownum column and it works fine. Anyone has suggestion to make it work?