JWGoldfinch
Board Regular
- Joined
- Dec 23, 2009
- Messages
- 50
I have some data in a column that I need to do a VLOOKUP on and the data contains an "*" Example "*AFF" and I need to find a way that I can find the exact match in another spreadsheet for "*AFF" without it using this "*" as a wildcard and returning "NBAFF" instead of "#N/A" when the value is not found.
How can I write my VLOOKUP comnmand to avoid using the "*" as a wildcard, it currently lookls like this
VLOOKUP(A2,CUSTOMERS!A:D,3,FALSE)
*AFF is not in the CUSTOMERS spreadsheet and I want it to return #N/A, instead of the name associated with NBAFF
Help Please this is a Rush Job.
How can I write my VLOOKUP comnmand to avoid using the "*" as a wildcard, it currently lookls like this
VLOOKUP(A2,CUSTOMERS!A:D,3,FALSE)
*AFF is not in the CUSTOMERS spreadsheet and I want it to return #N/A, instead of the name associated with NBAFF
Help Please this is a Rush Job.