Not sure how a feature that worked fine in previous versions no longer works but I figure there must be a new way to do it that I am unaware of.
I have a simple VLOOKUP.
I have a column (Book#1-ColA) of values (suburbs of Australia)
In an other book (Book#2), I have two columns, (Suburbs (ColA) & Postcodes (ColB))
In Book#1-ColB i place the following:
=VLOOKUP(A1, [Book2.xlsx]Sheet1!$A:$B, 2, FALSE)
But it gives me an error: This file version cannot contain formulas that reference cells beyond a worksheet size of 256 columns or 65536 rows.
I have saved the files as .xlsx and as xls and both file versions fail...
Any ideas on this non-descriptive error?
=========== NOTE: I changed the reference to [Book2]Sheet1!$A20000:$B2000 and this didn't work either (assuming that setting the row limit to 20000 was less than 65536!