hello12345
New Member
- Joined
- Nov 2, 2023
- Messages
- 2
Hi! I'm successfully using vlookup to return the city names for all the NHL hockey teams:
Boston Bruins | Boston
Dallas Stars | Dallas
etc.
HOWEVER, I'm having issues when it comes to the 2 New York teams. The formula for "New York Islanders" almost always pulls "NY Rangers", when what I really want is "NY Islanders"
New York Islanders | NY Islanders
New York Rangers | NY Rangers
Many people have recommended index match, but I have the same issue.
People have also recommended I put "FALSE" behind the formula for it to be exact match, but that just returns "N/A"
Here are the formulas I've tried:
=VLOOKUP(C91,$B$1:$C$33,2)
=INDEX($C$2:$C$33,MATCH(C106,$B$2:$B$33,2))
Any help is appreciated! Thanks!
Boston Bruins | Boston
Dallas Stars | Dallas
etc.
HOWEVER, I'm having issues when it comes to the 2 New York teams. The formula for "New York Islanders" almost always pulls "NY Rangers", when what I really want is "NY Islanders"
New York Islanders | NY Islanders
New York Rangers | NY Rangers
Many people have recommended index match, but I have the same issue.
People have also recommended I put "FALSE" behind the formula for it to be exact match, but that just returns "N/A"
Here are the formulas I've tried:
=VLOOKUP(C91,$B$1:$C$33,2)
=INDEX($C$2:$C$33,MATCH(C106,$B$2:$B$33,2))
Any help is appreciated! Thanks!