Need a Formula to

ssj

New Member
Joined
Jan 22, 2013
Messages
16
Hello Team,

I have a data as per below, in column1 (uniques) and column 2 (Multiples) and in column Result i need as per the below results.

Kindly help on this

Column1Column2result
12yes
21yes
34No
2yes
1yes
3yes
5No
3yes

<colgroup><col span="2"><col></colgroup><tbody>
</tbody>
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
say the first list is in A2:A4 and second list in B2:B9,

C2 = IF(ISERROR(VLOOKUP(B2,$A$2:$A$4,1,0)),"No", "Yes")
 
Upvote 0
Hi,

Does this work for you?...

Excel Workbook
ABCD
1Column1Column2Result
212Yes
321Yes
434No
52Yes
61Yes
73Yes
85No
93Yes
10
Sheet4


The formula in C2 needs to be copied down.

I hope that helps.

Ak
 
Upvote 0

Forum statistics

Threads
1,203,052
Messages
6,053,233
Members
444,648
Latest member
sinkuan85

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