Not Exact Match
Hello - I am using the below formula to bring in the names from another sheet:
=INDEX({Company Name}, MATCH(Name@row, {Name Column}, 0))
This is the example for reference:
My question is if there is something that I can add to my formula that looks for a similar name. The data set i'm looking at the reference sheet isn't always exact to whats in the "Name" column. For example, the "Name" column can say LaBeach and the data set that it references says la beach or la_beach. I will get "No Match" in this instance.
Answers
-
The best thing you could do is to change the 0 to a 1 at the end of your MATCH function, but even that is going to prove to be unreliable. Consistency in your data is going to be the key to this one.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!