Find Match based on list

DBaker7777

Board Regular
Joined
Feb 3, 2009
Messages
53
Office Version
  1. 365
  2. 2016
I have a list of products on Sheet 1 column A. On sheet 2 I have data and in column A are various products. What I need is to look up each product on Sheet 1 and then for each instance it appears in Sheet 2 I need to update 9 columns over to a Yes each time it finds the name. Any help is appreciated.
 
Why doesn't this work, then? Filled down.

Code:
=IF(ISNUMBER(MATCH(A2,Sheet1!$A:$A,0)),"YES","NO")
 
Upvote 0

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".
Why doesn't this work, then? Filled down.

Code:
=IF(ISNUMBER(MATCH(A2,Sheet1!$A:$A,0)),"YES","NO")
Because the data in Sheet 2 is pasted each day and the values from Sheet 1 could change from week to week. Just thought I could find a way that as names are added to sheet 1 it would just look through Sheet 2 and change those values to yes.
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,727
Members
449,049
Latest member
MiguekHeka

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