This is probably a very simple request, but I am stumped. Hopefully someone can lend a hand.
On a main data sheet, I have a populated row of data (header). Below the header, I have certain cells populated with data. I want to do a look up on a separate sheet and match the 'header' and return the populated data below it. Is this possible?
Ex: [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]AAA[/TD]
[TD]BBB[/TD]
[TD]CCC[/TD]
[TD]DDD[/TD]
[TD]EEE[/TD]
[TD]FFF[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD][/TD]
[TD]Silk[/TD]
[TD][/TD]
[TD]Black[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hot[/TD]
[TD]Stinky[/TD]
[TD]Cold[/TD]
[TD][/TD]
[TD]Warm[/TD]
[/TR]
</tbody>[/TABLE]
Results I am looking for:
AAA = Blue
BBB = Hot
CCC = Silk, Stinky
On a main data sheet, I have a populated row of data (header). Below the header, I have certain cells populated with data. I want to do a look up on a separate sheet and match the 'header' and return the populated data below it. Is this possible?
Ex: [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]AAA[/TD]
[TD]BBB[/TD]
[TD]CCC[/TD]
[TD]DDD[/TD]
[TD]EEE[/TD]
[TD]FFF[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD][/TD]
[TD]Silk[/TD]
[TD][/TD]
[TD]Black[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Hot[/TD]
[TD]Stinky[/TD]
[TD]Cold[/TD]
[TD][/TD]
[TD]Warm[/TD]
[/TR]
</tbody>[/TABLE]
Results I am looking for:
AAA = Blue
BBB = Hot
CCC = Silk, Stinky