vlookup longer than 65000 rows

chocks

New Member
Joined
Oct 21, 2009
Messages
2
Help! I have a data set of aprox 90,000 rows that i need ot run a vlookup on. As the excel is limited to 65,000 rows is there any way i can have the lookup continue in the next columns? (ie. data running from a1-a65000, then continue in b1-b25000)
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
With that much data to compare have you considered putting it into an Access Database to run your comparison? No row limit in Access.
 
Upvote 0
thanks for the reply, yes considered that but, unfortunately the final file will be a user tool and the end users do not have Access, so the tool need to be built in excel.
 
Upvote 0
If you do want to do it in Excel, it might take a while to calculate, but you could do it by adding IF logic to the lookup.

=IF(ISNA(VLOOKUP(E9,G:G,1,FALSE)),VLOOKUP(E9,H:H,1,FALSE),VLOOKUP(E9,G:G,1,FALSE))
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top