+ Reply to Thread
Results 1 to 5 of 5

Speed up Excel Index Match - First Instance

  1. #1
    Registered User
    Join Date
    09-28-2018
    Location
    Glasgow
    MS-Off Ver
    2013
    Posts
    2

    Speed up Excel Index Match - First Instance

    I'm using the below formula to look up the first instance of a name appearing in an email (Column L). I have around 40,000 rows and the formula is getting slower and slower as new rows (emails) come in.

    Would you know of a way to speed up the formula at all?

    Formula:
    Please Login or Register  to view this content.
    Advisors = Defined list of people (also growing)

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,679

    Re: Speed up Excel Index Match - First Instance

    Not sure why you've got the ISNUMBER/SEARCH combination in your formula, but I'm sure there must be some reason rather than the more obvious approach:

    =INDEX(Advisors,MATCH(L3613,Advisors,0))

    maybe with IFERROR( ... ,"") around it.

    You could also try this:

    =VLOOKUP(L3613,Advisors,1,0)

    Hope this helps.

    Pete

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,959

    Re: Speed up Excel Index Match - First Instance

    I'm not clear what you are trying to do, but an array formula will be slow...

    =IF(ISNUMBER(MATCH(L3613,Advisors,0)),L3613,"")

    see sheet, with formula in A3...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Registered User
    Join Date
    09-28-2018
    Location
    Glasgow
    MS-Off Ver
    2013
    Posts
    2

    Re: Speed up Excel Index Match - First Instance

    I've tried VLOOKUP but because I'm searching through the email content for the advisor's signature, VLOOKUP doesn't seem to work.

    I've also tried your formula Glenn and it returns "".

    I'm using the search function to look through the content of the email and find the first instance of the name (in the signature)....

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,959

    Re: Speed up Excel Index Match - First Instance

    Post a small sample file. A few rows, with suitably anonymised names. Mickey Mouse is a stalwart...

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

+ 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. Need to speed up writing INDEx MATCH formula
    By hkbhansali in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-20-2018, 08:07 AM
  2. [SOLVED] Index/ Match Last Instance
    By Burt_100 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-29-2015, 12:05 AM
  3. [SOLVED] How to speed up this index match function
    By fluffyvampirekitten in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-27-2015, 03:50 AM
  4. Index/Match ignoring Blanks/Zeros for each instance
    By corhrtz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-18-2015, 11:04 AM
  5. find 2nd instance of a duplicated value in an index/match formula?
    By Bobbo Jones in forum Excel Formulas & Functions
    Replies: 30
    Last Post: 06-14-2013, 09:42 AM
  6. [SOLVED] Index / Match to find next instance of a value
    By boylers75 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-10-2012, 10:06 AM
  7. Match/Index Calcuation Speed
    By Rochy81 in forum Excel General
    Replies: 1
    Last Post: 10-01-2008, 04:19 PM

Tags for this Thread

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