Need to highlight matching rows (or) non matching rows

signup

New Member
Joined
Feb 15, 2018
Messages
40
Office Version
  1. 2019
Platform
  1. Windows
Hi,

In my excel, i have two sheets.

  • in sheet1, i have three columns with almost 3000 rows.
  • in sheet2, i have two columns with 230 rows.

sheet2 was like a child sheet, all these data exists in sheet one. i need to exclude non matching data from sheet one.

the condition i have is, two columns in sheet2 should match with first two columns in sheet1.

Example: Sheet1
TableColumnData Type
EmpSalNumber(5)
EmpEmpNoNumber(4)
DeptLocChar(10)
SalGradeEnameChar(20)
AccountIdNumber(5)

<tbody>
</tbody>
Sheet2:

TableColumn
EmpSal
DeptLoc

<tbody>
</tbody>



If both Table_Name and column_name from sheet2 is equal to table_name and column_name from sheet1 then it was a perfect ma.
i.e. Sheet2(Table_name.Column_Name) = Sheet1(Table_Name.Column_Name)

finally i need non matching data..

Required Output is:

Sheet2:

TableColumnData Type
EmpEmpNoNumber(4)
SalGradeEnameChar(20)
AccountIdNumber(5)

<tbody>
</tbody>






please help me with this.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,214,918
Messages
6,122,241
Members
449,075
Latest member
staticfluids

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