It's budget time and I need to be able to do a VLOOKUP into several hundred workbooks and populate a summary page based on criteria from a dropdown list. My basic VLOOKUP is in the form of:
=VLOOKUP(C3,'[ALDERSON EAST FIELD - Budget Year - 2013.xlsm]Summary Page'!$J$13:$O$29,3,FALSE)
The only...