1
I have an Excel formula that I use to check against duplicates that is not working. The data is not in order, which is why the VLOOKUP was needed to match values.
=EXACT(B2,VLOOKUP(B2,$F$1:$F$76,1,0))
I have used this formula in the past and it has worked because #NA errors would mean there is no match.
When checking using the "Evaluate Formula" button the VLOOKUP portion returns an error, but the EXACT portion returns TRUE.
Why is this happening? If there is no solution, is there a better formula to use?
Strangely, this problem was only fixed after reopening my worksheet and re-entering the formula. The Calculate Sheet option and Data Refresh buttons could not alleviate the problem. – socksxbirkenstocks – 2013-06-10T21:03:52.860