I've run into another issue i can't wrap my head around. Ive created a spreadsheet with approximately 200 lines of data, using =VLOOKUP formulas to reference other worksheets. The issue here is that the file became about 55 megs, takes several minutes to open on our terrible work computers. So i had it in my mind to take the file, turn each worksheet into a workbook, and reference it that way to cut down on the file size of the main spreadsheet. My issue is that it's retaining the size because it's referencing those large external workbooks.
What i'm wondering is if anyone has any tips or tricks to setup a =vlookup system to reference external workbooks, without tying in the entire file size with it.
Example for Clarification:
Main File: <100 KB
One External Report: 8,000 KB
Formula:
Main Files New Size: >8,000 KB=IFERROR(VLOOKUP($A2,'B:\Outbound\Schedules\PO Lookup\[Montreal Received.xlsx]Montreal Received'!$A:$AB,17,0),"")
Is there a work-around for this? Any help or advice would be more than appreciated, thank you!
Bookmarks