Index/Match, Nest IFs, or something else

The Grim Discovery

Board Regular
Joined
Jan 23, 2015
Messages
244
Office Version
  1. 365
Platform
  1. 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]
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Not enough detail to suggest a solution I'm afraid.

You have teams in column A.
Do you have values or formulae in column B?

If formula, what is it?
Do you have a table that maps each team to it's nationality? If so, where is it? If not, why not use a VLOOKUP to this table to map each team to its nationality?

You need to bear in mind only you can see your screen infront of you, the more precise and specific details you provide without any unnecessary commentary (e.g. sheet name, cell addresses), the easier it is to suggest a solution.
 
Upvote 0
"I need to match each occurrence with their nationality in Col B"

Do you mean values in column A appear in column B, is that right?
It doesnt look like it from the data.
We're talking about all the information being on ONE sheet only aren't we?

Please explain more especially how you're going to match each team with its nationality.
 
Upvote 0
Thanks for taking the time to dislike my request for help JackDanIce. It's the first negative experience I've had during two years of occasional use of this message board where I've always found support and advice. Charmless oik.
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,252
Members
452,623
Latest member
Techenthusiast

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top