A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Use Excel’s Stocks data type so the stock value stays up to date, then pull the latest price with a formula.
- In one sheet, put the stock identifier (ticker or company name) in a cell, for example A2.
- Select that cell, then on the Data tab convert it to a Stocks data type.
- Once converted, you can:
- Click the stock icon in the cell to see all available fields (like Price, Change, etc.), or
- Select the cell and press Ctrl+Shift+F5 to open the data card.
- To show the current stock value in a cell (for example, B2), enter a formula that references the field, such as:
-
=A2.PriceThis returns the latest price for that stock.
-
- If the stock records are in a table, you can use structured references like:
-
=[@Company].Price
-
- On the second sheet (that shares the same part number or ticker), reference the first sheet’s price cell, for example:
-
=Sheet1!B2
-
Notes:
- Stock information is delayed and provided as-is; it updates when Excel refreshes linked data.
- If Excel can’t match the text to a stock, correct spelling or use the selector pane that appears to choose the right company.
References: