The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
People
Looking for a bit of general guidance here.
In Col A I've got several thousand rows of data in the form of football team names. There are about 250 individual teams/strings in total. They all appear in Col A many times. I need to match each occurrence with their nationality in Col B. Is there a quick way of doing this? I don't think I can nest enough IFs and I cant see how Index/Match is of help. My knowledge doesn't stretch beyond this. If someone could suggest a technique for me to try/follow, I'd be grateful.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Barca[/TD]
[TD]Spain[/TD]
[TD]more stuff[/TD]
[/TR]
[TR]
[TD]PSG[/TD]
[TD]France[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chelsea[/TD]
[TD]England[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Juve[/TD]
[TD]Italy[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bayern[/TD]
[TD]Germany[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Real[/TD]
[TD]Spain[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dortmund[/TD]
[TD]Germany[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Barca[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Looking for a bit of general guidance here.
In Col A I've got several thousand rows of data in the form of football team names. There are about 250 individual teams/strings in total. They all appear in Col A many times. I need to match each occurrence with their nationality in Col B. Is there a quick way of doing this? I don't think I can nest enough IFs and I cant see how Index/Match is of help. My knowledge doesn't stretch beyond this. If someone could suggest a technique for me to try/follow, I'd be grateful.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Barca[/TD]
[TD]Spain[/TD]
[TD]more stuff[/TD]
[/TR]
[TR]
[TD]PSG[/TD]
[TD]France[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chelsea[/TD]
[TD]England[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Juve[/TD]
[TD]Italy[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bayern[/TD]
[TD]Germany[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Real[/TD]
[TD]Spain[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dortmund[/TD]
[TD]Germany[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Barca[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]