Use INDEX MATCH to check all values in column

davidmyers

Board Regular
Joined
Jan 29, 2017
Messages
88
Office Version
  1. 2016
Platform
  1. Windows
Hi, I have 2 columns - A3:A2249 this has a complete list of values, and B3:B107 has a list of unique selected values, I want to use INDEX MATCH to find all values in col.A that have a match in col.B and show "match" or "no match" in column C for each value in A3:A2249.
Any help much appreciated
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Maybe
Excel Formula:
=IF(ISNA(MATCH(A2,$B$3:$B$107,0)),"No match","Match")
 
Upvote 0
Solution
You're welcome & thanks for the feedback
 
Upvote 0
Hi Fluff, Trying your formula, not working, What am I doing wrong?
Trying to copy the matching value from D to B

if-isna-eg.JPG
 
Upvote 0
In what way isn't that working?
 
Upvote 0
I want to find a match between value in cols A and C and then copy value from col. D to B
 
Upvote 0
Then why didn't you say that originally, rather than asking for something you didn't want?
 
Upvote 0

Forum statistics

Threads
1,215,095
Messages
6,123,072
Members
449,093
Latest member
ripvw

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