Compare/Match for columns in one sheet

AniSaikia

New Member
Joined
Nov 28, 2017
Messages
6
Hi All,
Greetings!!

I want to compare column A and column B with Column C and column D
Column A data should be compared to Column C and value of Column B with Column D and return which are not matching

<style><!--table {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";}@page {margin:.75in .7in .75in .7in; mso-header-margin:.3in; mso-footer-margin:.3in;}td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignore:padding; color:black; font-size:11.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;}--></style>[TABLE="width: 348"]
<!--StartFragment--> <colgroup><col width="87" span="4" style="width:65pt"> </colgroup><tbody>[TR]
[TD="width: 87"]APP 1 [/TD]
[TD="width: 87"]Values[/TD]
[TD="width: 87"] AAP2 [/TD]
[TD="width: 87"]Values[/TD]
[/TR]
[TR]
[TD]STAR[/TD]
[TD="align: right"]20[/TD]
[TD] STAR[/TD]
[TD="align: right"]20[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD="align: right"]10[/TD]
[TD] XYZ[/TD]
[TD="align: right"]30[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD="align: right"]50[/TD]
[TD] PQR[/TD]
[TD="align: right"]20[/TD]
[/TR]
[TR]
[TD]ANI[/TD]
[TD="align: right"] 10 [/TD]
[TD] ANI[/TD]
[TD="align: right"]9[/TD]
[/TR]
<!--EndFragment--></tbody>[/TABLE]


Thanks in advance!!

Kind Regards,
Ani
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
=IFERROR(VLOOKUP(C2,A:B,2,0)=D2,FALSE) enter this formula in E2, the result will be TRUE if the D2 value of name in C2 matches with corresponding value(column B) of same name in column A, else it returns FALSE
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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