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: 2
  • Capture2.PNG
    Capture2.PNG
    9.4 KB · Views: 2
  • Capture.PNG
    Capture.PNG
    12.6 KB · Views: 2

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,223,898
Messages
6,175,274
Members
452,628
Latest member
dd2

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