I'm, in a way, attempting to replicate the popular StockQuotes function that is useless now that Yahoo took down the ichart site. I have saved excel files with historical price data named by the stock symbol (ex: BABA.xls, MSFT.xls). Based on Symbol and Date, I've been trying to use VLOOKUP with the Table Array field housing the file path and filename and search location. I have to change the file name manually for each symbol however. Is there a way to have the formula update the file name automatically when it is changed? I'm not familiar enough with VBA to attempt a function, although ideas would be much appreciated.
The price data files have 5 columns (Date, Open, High, Low, Close). Using Date row and Close column to lookup the closing price. The price data files are closed during the lookup.
The price data files have 5 columns (Date, Open, High, Low, Close). Using Date row and Close column to lookup the closing price. The price data files are closed during the lookup.