+ Reply to Thread
Results 1 to 2 of 2

Faster option than VLOOKUP? INDEX/MATCH is taking twice as long...

  1. #1
    Forum Contributor
    Join Date
    05-12-2014
    MS-Off Ver
    Excel 2013
    Posts
    131

    Faster option than VLOOKUP? INDEX/MATCH is taking twice as long...

    Hello!

    I have a sheet with a high number of cells (upwards of 200) referencing another sheet to pull information. It's for work, so the sheet where the information is stored has an employee's name, then metrics off in columns to the right. The way I've been doing things is to have VLOOKUP functions in cells to find the employee name and then the corresponding column I want info from. These forms take quite a while to update as a result.

    I read online that INDEX/MATCH paired together was a faster option, so I took the time to build out a new sheet using that instead of VLOOKUP. The formula being used is this:

    =INDEX('[Document1.xlsx]Sheet1'!$C:$C,MATCH($H$1,'[Document1.xlsx]Sheet1'!$B:$B,0))

    I'm referencing entire columns instead of a specific range to allow for the option to move things around and not have things break. Would referencing the entire column instead of a range make things that much slower?

    And is there a better way to accomplish what I'm trying to do? I ultimately just want Excel to go to Document1, find the person's name in a column, then return a value from the column of my choosing. I'm open to doing this in whatever way is fastest, and I could use any kind of help anyone's willing to offer.

    Thanks!

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Faster option than VLOOKUP? INDEX/MATCH is taking twice as long...

    I'm referencing entire columns instead of a specific range to allow for the option to move things around and not have things break. Would referencing the entire column instead of a range make things that much slower?
    yes
    this is the easiest way to make formula's faster by limiting the range you are limiting the amount of calculations required
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Do you have a Faster Formula for a Match Index?
    By geng in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-28-2017, 04:01 PM
  2. Vlookup taking a long time to process
    By kelvin156 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-10-2015, 05:05 AM
  3. Replies: 2
    Last Post: 11-03-2014, 02:29 PM
  4. [SOLVED] Vlookup with match / index option?
    By Bax in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-04-2014, 04:49 AM
  5. INDEX/MATCH formula taking too long
    By Rob Ardill in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-09-2014, 11:01 PM
  6. [SOLVED] Which method is faster, VLOOKUP or MATCH & INDEX?
    By Jimmyjazz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-20-2013, 04:35 PM
  7. [SOLVED] Multi-conditional INDEX, MATCH, VLOOKUP... finding Lat & Long in a geographic square grid
    By heinemannj in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-03-2013, 12:38 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