+ Reply to Thread
Results 1 to 7 of 7

How to optimize Index Match for huge dataset

Hybrid View

  1. #1
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: How to optimize Index Match for huge dataset

    If columns are in the same order then
    B3
    =INDEX(G$3:G$7,MATCH($A3,$F$3:$F$7,1))
    But if the number on table 1 might not exist on table 2, it still give result from big number that less than lookup value.

    or try
    =LOOKUP(1,1/($F$3:$F$7=$A3),G$3:G$7)
    Attached Files Attached Files

+ 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. How to optimize Index Match , for large sets of data
    By asweare in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 12-29-2018, 12:46 PM
  2. Index match equivalent in VBA for large dataset?
    By jhuvba in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-26-2018, 11:49 PM
  3. Replies: 3
    Last Post: 10-20-2017, 12:40 AM
  4. Huge data index/match replacement
    By teireii in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-31-2017, 03:33 AM
  5. Huge data index/match replacement
    By teireii in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-26-2017, 05:44 AM
  6. index-match between two huge files
    By is2_egypt in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-15-2016, 09:59 AM
  7. Replies: 2
    Last Post: 08-30-2014, 02:49 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