vlookup between a .xls and a .xlsx

psrs0810

Well-known Member
Joined
Apr 14, 2009
Messages
1,109
Is there a way to do a vlookup between a .xls and a .xlsx? I keep getting an error because of the difference in the number of rows.

Thanks
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
are you going over the 65000 rows? I do vlookups between both all the time without any problems.
 
Upvote 0
the error stats: Invalid reference. the file version cannot contain formulas that reference cells beyond a worksheet size of 256 columns or 65536 row.

My one file .xls has 2476 row of data, the other file has 435 rows, but does show the 1048576 total rows.
 
Upvote 0
The way I got around this - instead of selecting columns for the Table_array, select an actual range - like A1:G435

HTH
 
Upvote 0

Forum statistics

Threads
1,224,508
Messages
6,179,188
Members
452,893
Latest member
denay

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