Hi,
I am familiar with the ImportHTML function, but I want to insert the text in a cell into the actual html. Is this possible?
For example, if I have the text "ABC" in cell A1, and the text "ABC" also exists within a url, and I periodically update the contents of cell A1, is it possible to inject the contents of A1 it into the following formula rather than having to manually type "ABC" into the link when I update cell A1:
=ImportHTML("http://finance.yahoo.com/q/hp?s=ABC&a=05&b=15&c=2012&d=01&e=6&f=2099&g=d","table",15)
Bookmarks