Hello all,
I have data in 2 separate workbooks. In the first one I have data that includes a column that contains textual data that matches with (in different order) a column in the other workbook.
I have a number score in a column that's next to the text column in the 1st workbook (ex. 1-100) and a text score next to the text column in the 2nd workbook (ex. Yes, no, maybe). I ultimately need to see the scores next to each other based on the matching text in workbook 1.
Would this require an advanced pivot table of some sort? Any insight on this would be greatly appreciated!
Workbook 1 **what outcome would be**
[TABLE="width: 500"]
<tbody>[TR]
[TD]white[/TD]
[TD]50.8[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]blue[/TD]
[TD]6.2[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]green[/TD]
[TD]70.3[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]red[/TD]
[TD]9[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Workbook 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]yellow[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]green.0[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]green[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]red[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]white[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]blue[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]blue.0[/TD]
[TD]maybe[/TD]
[/TR]
</tbody>[/TABLE]
(Workbook 2 has a few thousand more rows than 1 but all of workbook 1's textual data is contained within the larger column in Workbook 2 - I only care about the text in Workbook 1)
I have data in 2 separate workbooks. In the first one I have data that includes a column that contains textual data that matches with (in different order) a column in the other workbook.
I have a number score in a column that's next to the text column in the 1st workbook (ex. 1-100) and a text score next to the text column in the 2nd workbook (ex. Yes, no, maybe). I ultimately need to see the scores next to each other based on the matching text in workbook 1.
Would this require an advanced pivot table of some sort? Any insight on this would be greatly appreciated!
Workbook 1 **what outcome would be**
[TABLE="width: 500"]
<tbody>[TR]
[TD]white[/TD]
[TD]50.8[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]blue[/TD]
[TD]6.2[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]green[/TD]
[TD]70.3[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]red[/TD]
[TD]9[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Workbook 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]yellow[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]green.0[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]green[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]red[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]white[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]blue[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]blue.0[/TD]
[TD]maybe[/TD]
[/TR]
</tbody>[/TABLE]
(Workbook 2 has a few thousand more rows than 1 but all of workbook 1's textual data is contained within the larger column in Workbook 2 - I only care about the text in Workbook 1)