vba macro to match two columns in different sheet and give the output as yes if the data is matched else no

Gyanendra

New Member
Joined
Jun 28, 2023
Messages
8
Office Version
  1. 2019
Platform
  1. Windows
vba macro to match two columns in different sheet and give the output as yes if the data is matched else no
 

Attachments

  • OUTPUT.PNG
    OUTPUT.PNG
    13 KB · Views: 3
  • Capture2.PNG
    Capture2.PNG
    9.4 KB · Views: 2
  • Capture.PNG
    Capture.PNG
    12.6 KB · Views: 2

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Place this formula in cell B2 and copy down:
Excel Formula:
=IF(COUNTIF(Sheet2!A:A,Sheet1!A2),"YES","NO")
 
Upvote 0
Solution
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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