+ Reply to Thread
Results 1 to 10 of 10

Much better Vlookup Alternative to search Fuzzy Text

  1. #1
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Much better Vlookup Alternative to search Fuzzy Text

    Hi,

    I have a file that compares the names of products in 1 collumn (products clients request) to other collumn (Database) and retrieves the code of the product. The problem is that many times the requested products are not described as the exact words as the names in my database. Vlookup is not a good option, i have tried many "variations" of that formula and it only works acceptable sometimes.

    I have found a great way, using Excel Powerups Suite, i can use a function pwrvlookup and in the function i can define how much accurate i want the search to be, 90%, 80% etc... It works very good, but it´s a payed software that will work only for a limited time...


    Anyone knows a free alternative? Im sure it could be replicated with a macro, but i dont really understand VBA to be changing the code all time time in order to change accuracy...
    Can anyone explain me if, it would be possible to code something like that and then be used as a formula, and in the formula define the accuracy level?

    I´m loving the tool, its exactlly what i was searching, but i would like a free solution at the moment.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Much better Vlookup Alternative to search Fuzzy Text

    Hi,

    Microsoft offer a free fuzzy lookup Excel Add In - see https://www.microsoft.com/en-us/download/details.aspx?id=15011

    I generally use this.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Re: Much better Vlookup Alternative to search Fuzzy Text

    Hi,

    Thanks for the reply.

    I know that tool, i tried it but i was unable to test it... Altought i saw some youtube videos of it and it doesnt retrieve results like vlookup formulas, it only compare results.

    At least that is what i think, like i said i was unable to install it correctly.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Much better Vlookup Alternative to search Fuzzy Text

    Hi,

    I see no reason why you can't use Fuzzy lookup as part of your solution.

    The fuzzy lookup will return as many comparisons for one text string in a list to the whole list of texts in another table column and give you the comparison score for each.
    You'd then need to decide which of the comparisons you want to use - presumably the highest score (and in which case you'd only get fuzzy lookup to return one comparison for each base string), then having chosen which comparison to use you'd use a regular VLOOKUP (or perhaps an INDEX(MATCH()) combination to lookup that product name and return the relevant product code.

    It just needs a bit of lateral thought.

  5. #5
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Re: Much better Vlookup Alternative to search Fuzzy Text

    Hi,

    Yes you are correct, i understand badly what i have seen in youtube videos since i cant correctly install fuzzy lookup in my current computer.

    I have seen more videos closely and i understand what you are saying. Fuzzy lookup is another, and a good one, solution for my "problem". And free!

    Thanks for bringing that to my atention.

  6. #6
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Much better Vlookup Alternative to search Fuzzy Text

    I have not tried this at all but someone seems happy with it:
    http://www.excelforum.com/excel-form...cal-names.html
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  7. #7
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Much better Vlookup Alternative to search Fuzzy Text

    ''''''''''''''''''''''

  8. #8
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Re: Much better Vlookup Alternative to search Fuzzy Text

    Hi

    Yes, it was also i you make that question!

    But since i dont understand VBA (i cant change it as my needs) i was looking for a more flexible way of comparing text strings and retrive result. I think i will use fuzzy vlookup add in, i just need to reinstall it in order to work. Not sure why i am having dificulty in that... But its my computers problem...

  9. #9
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Much better Vlookup Alternative to search Fuzzy Text

    He he... my observation skills are not so good, I didn't see that.
    You can get help to set that up in the VBA part of the forum, it shouldn't be a problem.

  10. #10
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Re: Much better Vlookup Alternative to search Fuzzy Text

    I posted a topic in VBA part of forum - http://www.excelforum.com/excel-prog...ml#post4172868

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 06-17-2015, 02:42 PM
  2. fuzzy search for first four letters
    By jolinchew in forum Excel General
    Replies: 2
    Last Post: 06-10-2015, 05:08 AM
  3. [SOLVED] Fuzzy Search
    By CatalystDev in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-03-2014, 06:16 AM
  4. Vlookup fuzzy search
    By lamdl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-31-2014, 07:36 PM
  5. fuzzy search
    By tixbeast in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-24-2013, 02:03 PM
  6. alternative to vlookup when search column has target value more than once
    By drdumont in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-26-2012, 03:34 AM
  7. Fuzzy search of a list of entries against a text cell
    By PAKoffee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-27-2011, 09:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1