Compare 2 columns delete the row if match found

pateln1594

New Member
Joined
Jul 31, 2018
Messages
6
ABCDE
111111444422220
22222033330
333330111155551
444441666677770
55555188881
66666110100
7777709999
888881
999990
1010100

<tbody>
</tbody>

I am trying to compare Column A and Column C and if the number in Column C is found in Column A then delete the entire row. And results are in column D and E. Please help I can't use excel VBA I am trying to create a formula to do this.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
In column F, insert the formula =if($A1=$C1,"x","") drag the formula to the last row with data using the plus handle at bottom right corner of cell. Filter the column for x and delete them.
 
Upvote 0

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

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