Hello,
I am trying to vlookup (or whatever the necessary function may be) so that in the example below, I can match the numbers in the Code column to their match in the Brand column and have the corresponding cell contents of the Category column get put into the Output column.
Hopefully this makes sense. Your help is much appreciated. Thank you.
<colgroup><col style="mso-width-source:userset;mso-width-alt:7862;width:161pt" width="215"> <col style="mso-width-source:userset;mso-width-alt:3364;width:69pt" width="92"> </colgroup><tbody>
[TD="class: xl22"][/TD]
[TD="class: xl22"][/TD]
</tbody>
[TABLE="width: 500"]
<tbody>[TR]
[TD]Brand
[/TD]
[TD]Category
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Code
[/TD]
[TD]Output
[/TD]
[/TR]
[TR]
[TD]123 Brand A
[/TD]
[TD]Clothes
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]456
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456 Brand B
[/TD]
[TD]Food
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]123
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789 Brand C
[/TD]
[TD]Stuff
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]789
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to vlookup (or whatever the necessary function may be) so that in the example below, I can match the numbers in the Code column to their match in the Brand column and have the corresponding cell contents of the Category column get put into the Output column.
Hopefully this makes sense. Your help is much appreciated. Thank you.
<colgroup><col style="mso-width-source:userset;mso-width-alt:7862;width:161pt" width="215"> <col style="mso-width-source:userset;mso-width-alt:3364;width:69pt" width="92"> </colgroup><tbody>
[TD="class: xl22"][/TD]
[TD="class: xl22"][/TD]
</tbody>
[TABLE="width: 500"]
<tbody>[TR]
[TD]Brand
[/TD]
[TD]Category
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Code
[/TD]
[TD]Output
[/TD]
[/TR]
[TR]
[TD]123 Brand A
[/TD]
[TD]Clothes
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]456
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456 Brand B
[/TD]
[TD]Food
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]123
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789 Brand C
[/TD]
[TD]Stuff
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]789
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]