If you are asking upon two tables in the same document, it's quite easy.
Assuming that the table with the greater number of rows is named Table 1
and that the other one is named Table 2
Assuming too that both use 5 columns insert 2 new columns on their right.
In the first standard cell of the new column F of both tables, insert the formula :
=A&B&C&D&E
Apply fill down
In Table 1, in the first standard cell of the new column G, insert the formula :
=IF(ISERROR(VLOOKUP(F,Table 2 :: F,1,FALSE)),"mismatch","")
Apply Fill Down
In Table 2, in the first standard cell of the new column G, insert the formula :
=IF(ISERROR(VLOOKUP(F,Table 1 :: F,1,FALSE)),"mismatch","")
Apply Fill Down
You will get the string mismatch in rows which haven't a clone in the other table.
Yvan KOENIG (VALLAURIS, France) dimanche 22 janvier 2012
iMac 21â5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
My Box account is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
My iDisk is : http://public.me.com/koenigyvan