Exact compare rows from different sheets and different row ranges?

ljubo_gr

Board Regular
Joined
Dec 6, 2014
Messages
244
Office Version
  1. 2016
Platform
  1. Windows
Hello! Me again:) Never stop asking questions:)
I need formula to EXACT compare rows from different sheets and different row ranges?
I have another formula wich serve me when i need compare two identycal ranges(tables): {=AND(EXACT(A1:D1,G1:J1))} double click to copy down, wich is great formula! I need something to Match rows(A1:D5) from Sheet1(non empty rows), find them inside Sheet2 in A1:D100, first column(A) is date formated. So, first Match date then Exact B,C,D columns, i dont know...:confused:

=IF(MMULT((A3:C7=Sheet2!E2:G19)*(A3:C7=Sheet2!E2:G19);1);"diff.";"Same!ok")
{=AND(EXACT(A22:C26;Sheet4!E2:G27))}

Book1.xlsx
 
Last edited:

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,216,753
Messages
6,132,514
Members
449,731
Latest member
dasda34

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