I am running a vlookup and need to restrict the search data to an exact match and exclude all other returns which may have an exact match but the text match is embedded within a larger text string.
ie. looking for FRX in the following group:
RB-FRX40
TTFRX
FRX
GH-FRX53
IT-FRX00
vlookup is returning the first code (RB-FRX40) and I need FRX but I cannot seem to restrict the logic.
ie. looking for FRX in the following group:
RB-FRX40
TTFRX
FRX
GH-FRX53
IT-FRX00
vlookup is returning the first code (RB-FRX40) and I need FRX but I cannot seem to restrict the logic.