How to optimize vlookup for high search count ? (alternatives to VLOOKUP)

前端 未结 4 1207
名媛妹妹
名媛妹妹 2020-11-27 15:48

I am looking for alternatives to vlookup, with improved performance within the context of interest.

The context is the following:

  • I have a data set of
4条回答
  •  北海茫月
    2020-11-27 15:48

    Switch to Excel 2013 and use Data Model. There you can define a column with unique ID keys in both tables and bind those two tables with relationship in Pivot Table. Than if absolutely necessary you can use Getpivotdata() to fill the first table. I had a ~250K rows table doing vlookup in the similar ~250K rows table. Stopped Excel calculating it after an hour. With Data Model it took less than 10sec.

提交回复
热议问题