If you're using the VLOOKUP or HLOOKUP functions....they have a 4th argument (parameter).
Setting it to FALSE or 0 (zero) will cause them to only find exact (but not case sensitive) matches.
Example:
=VLOOKUP(A1,C110,2,FALSE)
See Excel Help for more info.
Does that help?
Post back if you have more questions.
--------------------------