I am creating an Excel database of my 401k stock portfolio. I have the following tables (all formatted as Excel tables):
/* All the different stocks that are available to invest. */
Funds (stock_symbol, fund_name, fund_description)
/* Prices for each fund for every date since start of...