Hi guys,
I have a question, if I have two tables:
Table 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]133001, 133002, 146203, 171001, 171003, 171010[/TD]
[TD]ABC[/TD]
[/TR]
[TR]
[TD]190456, 194782[/TD]
[TD]DEF[/TD]
[/TR]
[TR]
[TD]190022[/TD]
[TD]XYZ[/TD]
[/TR]
</tbody>[/TABLE]
Table 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]133002[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]171001[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]194782[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to do a some sort of vlookup using column A Table 2 to return column B of Table 1. Is this possible?
I have a question, if I have two tables:
Table 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]133001, 133002, 146203, 171001, 171003, 171010[/TD]
[TD]ABC[/TD]
[/TR]
[TR]
[TD]190456, 194782[/TD]
[TD]DEF[/TD]
[/TR]
[TR]
[TD]190022[/TD]
[TD]XYZ[/TD]
[/TR]
</tbody>[/TABLE]
Table 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]133002[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]171001[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]194782[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to do a some sort of vlookup using column A Table 2 to return column B of Table 1. Is this possible?