I have been trying to get VLOOKUP to scan for data on another worksheet. The data sheet is fairly large and most columns are formulae, dependent upon manual data input from a few other columns. The fifth row has been drag-copied down to row 3000, so that when new data is entered, the formula are ready and waiting.
It works well (as it is described to), yet it seems that when the table range exceeds a certain value I get DIV/0 error. For instance: =VLOOKUP(B7,MFCS!$U$5:$AN$1822,20) works fine for this sheet, yet VLOOKUP(B7,MFCS!$U$5:$AN$1823,20) does not! Keep in mind that each row is EXACTLY the same as its' neighbors above and below, as I used a simple corner-drag-down to create them. Manually inputed data (and their correspdonding formula responses) are entered over time (48 points per day), and row 1822 is well past the row it needs to look to find the right value at this moment. However this will change over time. I expect to need it to scan to row 3000 by the time the sheet is finished. Another note, on other sheets, this working range (row 5 to row 1822) changes drastically. Help!![]()
Is Column U in ascending sorted order? Are you looking for exact Matches? Does adding a 4th FALSE argument to the Vlookup help?
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Column U is in ascending order (0, 0.5, 1.0, 1.5, 2.0 ...), and it is not looking for exact values. However, after the last inputted data, each subsequent line displays a "0". I manually erased the remaining zeros, and the problem seems to have resolved itself, though this leaves two issues: Why it caps out at 1822 (versus any other row that has a zero in the U column), and how can i get the value in column U to stay blank if it is receives no input?
thanks
I don't think it is "capping" at 1822. There must be some other reason... which is not readily identifiable without seeing the workbook itself... so post it or facsimile showing same results if you can.
The VLOOKUP with no 4th argument needs the lookup table's first column to be in ascending order... so the 0's at the end mess that up and will give unexpected results... see VLOOKUP help for more on that...
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks