Here's a sample implementation at:
http://www.savefile.com/files/9526722
Automatically_Comparing_Tables_with_Different_Entries_RalphSE_2.zip
In sheet: 122505
Put in H1:
=IF(ISNA(MATCH($A1,'122805'!$A:$A,0)),"",
VLOOKUP($A1,'122805'!$A:$G,COLUMN(B1),0))
Copy H1 across to M1, fill down as far as required
Cols H to M will match & return (line up) the extracts from cols B to G in
sheet: 122805 according to the symbols in col A for easy side-by-side
comparison. Unmatched cases will return blanks: "".
Enter a label into N1: Identical?
Put in N2:
=IF(AND(B2=H2,C2=I2,D2=J2,E2=K2,F2=L2),"Yes","No")
Copy N2 down
Col N will return "Yes" if the data in cols B to F match exactly with those
extracted in cols H to L (the corresponding cols B to F in the other sheet).
Unmatched lines will return: "No". You can then do an autofilter on N1 and
filter out the "No" cases for closer examination, etc.
Similarly ..
In sheet: 122805
Put in H1:
=IF(ISNA(MATCH($A1,'122505'!$A:$A,0)),"",
VLOOKUP($A1,'122505'!$A:$G,COLUMN(B1),0))
Copy H1 across to M1, fill down as far as required
Cols H to M will match & return (line up) the extracts from cols B to G in
sheet: 122505 according to the symbols in col A for easy side-by-side
comparison. Unmatched cases will return blanks: "".
Enter a label into N1: Identical?
Put in N2:
=IF(AND(B2=H2,C2=I2,D2=J2,E2=K2,F2=L2),"Yes","No")
Copy N2 down
Col N will return "Yes" if the data in cols B to F match exactly with those
extracted in cols H to L (the corresponding cols B to F in the other sheet).
Unmatched lines will return: "No". You can then do an autofilter on N1 and
filter out the "No" cases for closer examination, etc.
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"RalphSE" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> OK MAX! I really appreciate your help, here is the file ~
> http://www.flypicture.com?display=updone&id=rdD3mqXQ.
>
> I deleted rows 801 thru 7,500 to make the file smaller but I will need
> a formula that will cover at least 7,500 rows of data please. So the
> idea here is that I want to be able to compare data in columns B thru F
> for each item in column A between sheet "122805" and "122505", the
> formula will need to lookup the matches as they are not in exactly the
> same order.
>
> THANKS!!!!!

>
> p.s. i dont need to compare columns G as they will be the same
>
>
> --
> RalphSE
> ------------------------------------------------------------------------
> RalphSE's Profile:
http://www.excelforum.com/member.php...o&userid=29931
> View this thread: http://www.excelforum.com/showthread...hreadid=496305
>