The script below is used in Excel to get stock prices from Yahoo Finance.
The query gets the stock name and last price and puts in the cell designated when you set up the query.
The name and price are put in the same Excel cell. I would like to have the data put in cells next to each other horizontally. Eg cell A3=Apple, and cell B3 = $110.89. (see below)
How can I modify query to put the multiple facts about a security in separate cells horizontally?
WEB
1
http://finance.yahoo.com/d/quotes?s=AAPL&f=nl1
The query gets the stock name and last price and puts in the cell designated when you set up the query.
The name and price are put in the same Excel cell. I would like to have the data put in cells next to each other horizontally. Eg cell A3=Apple, and cell B3 = $110.89. (see below)
How can I modify query to put the multiple facts about a security in separate cells horizontally?
WEB
1
http://finance.yahoo.com/d/quotes?s=AAPL&f=nl1