+ Reply to Thread
Results 1 to 2 of 2

Formula to VBA( Index Match)

  1. #1
    Registered User
    Join Date
    10-26-2015
    Location
    Bangladesh
    MS-Off Ver
    2007
    Posts
    25

    Formula to VBA( Index Match)

    Hi,
    I use this formula of Index Matching in B2 cell.
    =INDEX(F:F,MATCH(TRUE,INDEX(E:E=A2,0),0))
    If A2 Data Match with any cell of Column E then copy data into B2 from corresponding Cell of Column F
    It works fine But I have more Than 60000 Data in ColumnA And More Than 1 lac In Column E & F. So it works very slow. VBA will be very helpful for me.

    Thanks in Advance

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,565

    Re: Formula to VBA( Index Match)

    You don't need VBA. Just create Dynamic Named Ranges for columns E and F, it will be very fast.

    That said, I have just tested your formula and it's fine. I suspect the issue may be related to other formulae in your workbook. Given you have full column references in this formula, I'm guessing that's likely to be the cause of your problem
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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. Replies: 5
    Last Post: 10-16-2016, 02:33 AM
  2. [SOLVED] This formula works but I donīt understand why Index(Index) match
    By campelliann in forum Excel General
    Replies: 2
    Last Post: 01-25-2016, 05:55 PM
  3. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  4. Index Match Match Formula DOESN'T WORK WITH TABLES/TABLE NAMES ??
    By Underling in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 09:01 PM
  5. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  6. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 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