jlhalliday1
New Member
I'm trying to show why we need to use exact match when we have ID's that are case sensitive…first tab contains 4 records, 2 similar account numbers that are different with case sensitivities.
Each time I change the sort order of the data on sheet two, the changes to rows 2&3 (=VLOOKUP($A2,Sheet2!$A:$F, 2,FALSE)) are expected…excel returns the values of the first record that "matches" the criteria.
However, rows 4&5 (=IF(EXACT($A5,VLOOKUP($A5,Sheet2!$A:$F,1,FALSE))=TRUE,VLOOKUP($A5,Sheet2!$A:$F,2,FALSE),"No exact match")) should always pull the correct EXACT data, but they don't (change the sort on sheet 2 based on Account Owner from A-Z to Z-A and see what happens) …can anyone tell me why?
Jan
Each time I change the sort order of the data on sheet two, the changes to rows 2&3 (=VLOOKUP($A2,Sheet2!$A:$F, 2,FALSE)) are expected…excel returns the values of the first record that "matches" the criteria.
However, rows 4&5 (=IF(EXACT($A5,VLOOKUP($A5,Sheet2!$A:$F,1,FALSE))=TRUE,VLOOKUP($A5,Sheet2!$A:$F,2,FALSE),"No exact match")) should always pull the correct EXACT data, but they don't (change the sort on sheet 2 based on Account Owner from A-Z to Z-A and see what happens) …can anyone tell me why?
Jan