• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

vlookup

Hi
Is there a way to dramatically speed up vlookup
I have 2 files, each with 130,000 lines.
I need to vlookup to compare data, and it is slow slow,
Can I speed up vloookups, and how please?
 
One way is to use PowerQuery (or MS Query) to perform your lookup operation.

There are other ways as well, but hard to tell without knowing your data structure.
 
To get faster help. Explain in full detail of what you need.

Since you lack unique identifier (key) that ties 2 table together, you can't use Double True VLOOKUP method here.

You can use helper column, or if you have access to it, PowerQuery to do your operation.
 
Back
Top