A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
VLOOKUP isn't case sensitive, North Bay will be matched if the lookup value is nORth BaY or any other combination of upper/lower case.
FALSE in vlookup makes it find an exact match but NOT case sensitive. TRUE allows for an approximate match. If you use the TRUE swith then column 1 of the lookup vector must be sorted ascending or you could get incorrect results.
However, I'm confused where you seem to be saying your VLOOKUP is returning 2 values, that can't be done with a standard VLOOKUP.