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
 
How about
Excel Formula:
=IFNA(INDEX($D$2:$D$100,MATCH(A2,$C$2:$C$100,0)),"No match")
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
This is what I was looking for, sorry I didn't make myself clear - still learning

if-isna-eg.JPG
 
Upvote 0
Try the formula in post#11, although it doesn't help anyone when you keep changing the ranges all the time.
 
Upvote 0
I changed the order 'cause I understand it makes a difference to vlookup.
This solution works for me.
Thanks for your help
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,091
Messages
6,123,062
Members
449,090
Latest member
fragment

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