Compare 2 tables in excel and return mismatch data only in a separate Column

sanj1982

New Member
Joined
Jun 11, 2013
Messages
6
I have 2 Table in Sheet1 as texts.
Table_1 - range(A2:A500)
Table_3 - range(O2:O500)
I want to compare text in table_3 one by one and check whether same is present in table_1.
If text match - no return is required.
If text is not match - then return the not match text in column M.

1599042098258.png
1599042134012.png
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi Sanj1982,

Is this what you want?

Sanj1982.xlsx
ABLMNO
1FindDifferencesSorted
2BTC APigeonSheep
3BTC BRabbitRaven
4DogCrocodilePigeon
5Cat Mole
6Mole Goat
7Goat Rabbit
8Raven Crocodile
9Sheep BTC B
10 BTC A
Sheet1
Cell Formulas
RangeFormula
M2:M10M2=IFERROR(INDEX(Table3[Sorted],AGGREGATE(15,6,ROW(Table3[Sorted])-ROW($M$1)/(ISNA(MATCH(Table3[Sorted],Table1[Find],0))),ROW()-ROW($M$1))),"")
 
Upvote 0

Forum statistics

Threads
1,213,554
Messages
6,114,280
Members
448,562
Latest member
Flashbond

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