+ Reply to Thread
Results 1 to 4 of 4

Alternative to match formula for speed

  1. #1
    Forum Contributor
    Join Date
    09-30-2015
    Location
    LA my baby
    MS-Off Ver
    2013
    Posts
    727

    Alternative to match formula for speed

    Hello. Is there any alternative to a match formula for speed? My spreadsheet dies with this formula.

    =MATCH(D776334,'Renewals .csv'!$A$2:$A$463252,0)

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,050

    Re: Alternative to match formula for speed

    Try converting your.csv file to an excel file

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Alternative to match formula for speed

    Hello,

    this may sound bizarre, but if you sort your data by column A, you can use two approximate lookups, which are a lot faster than the exact match lookup.

    =IF(VLOOKUP(D776334,'Renewals .csv'!$A$2:$A$463252,1,TRUE)=D776334,MATCH(D776334,'Renewals .csv'!$A$2:$A$463252,1))

    Charles Williams explains it here: https://fastexcel.wordpress.com/2012...han-1-vlookup/

    Let me know if that works for you.

    cheers, teylyn

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Alternative to match formula for speed

    Also, check out Mike Alexander's evaluation of the double lookup trick. Quoting from this page

    At one extreme, if your lookup table has 10,000 things in it, the double VLOOKUP trick on sorted data is 28 times faster than the standard VLOOKUP on unsorted data
    At the other, if your lookup table has 1,000,000 things in it, the double VLOOKUP trick on sorted data is 3,600 times faster than the standard VLOOKUP on unsorted data
    Double-VLOOKUPv2.gif

+ 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. [SOLVED] Alternative to INDEX MATCH Array Formula to Populate Teaching Groups?
    By AliGW in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-19-2015, 01:58 PM
  2. [SOLVED] Index and Match Formula (or alternative?)
    By dvs in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-22-2015, 05:57 PM
  3. [SOLVED] Help with INDEX, MATCH and MAX formula - or alternative solution
    By glynnseal in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-04-2014, 08:50 AM
  4. Alternative to Sumproduct to Speed Up Calculation Time
    By John Vieren in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-12-2013, 05:39 AM
  5. [SOLVED] Index & Match Alternative?
    By jeversf in forum Excel General
    Replies: 2
    Last Post: 04-02-2012, 01:58 AM
  6. Alternative for #N/A in an offset and match formula?
    By carlos2011 in forum Excel General
    Replies: 8
    Last Post: 03-17-2011, 07:10 AM
  7. Increase speed for match formula on over 130k rows
    By jeffreybrown in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-23-2010, 09:56 AM

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