A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Referencing data from one cell within the text of another



 
 
Thread Tools Display Modes
  #1  
Old June 14th, 2004, 04:24 PM
J.F.
external usenet poster
 
Posts: n/a
Default Referencing data from one cell within the text of another

I am looking for a way to reference data from one cell to be used in the text of another seperate cell. This is for the purpose of looking up stock tickers, where I want to be able to put in the ticker itself (usually a 2 or 3 letter stock ticker) and then have it placed automatically into a web address (hyperlinked) in a seperate cell. For example, I want to be able to place "TA" in one cell (without quotations, of course) and in another cell have it placed at the end of the following web address: "http://www.tsx.ca/HttpController?GetPage=QuotesViewPage&DetailedView =DetailedPrices&Language=en&QuoteSymbol_1=".

The end result of this would be (as a hyperlink):
http://www.tsx.ca/HttpController?Get...oteSymbol_1=TA

Any ideas? Thanks.
  #2  
Old June 14th, 2004, 04:29 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Referencing data from one cell within the text of another

Hi
try
=HYPERLINK(http://www.tsx.ca/HttpController?Get...sViewPage&Deta
iledView=DetailedPrices&Language=en&QuoteSymbol_1= & A1,A1)


--
Regards
Frank Kabel
Frankfurt, Germany


J.F. wrote:
I am looking for a way to reference data from one cell to be used in
the text of another seperate cell. This is for the purpose of
looking up stock tickers, where I want to be able to put in the
ticker itself (usually a 2 or 3 letter stock ticker) and then have it
placed automatically into a web address (hyperlinked) in a seperate
cell. For example, I want to be able to place "TA" in one cell
(without quotations, of course) and in another cell have it placed at
the end of the following web address:

"http://www.tsx.ca/HttpController?GetPage=QuotesViewPage&DetailedView =D
etailedPrices&Language=en&QuoteSymbol_1=".

The end result of this would be (as a hyperlink):

http://www.tsx.ca/HttpController?Get...ailedView =De
tailedPrices&Language=en&QuoteSymbol_1=TA

Any ideas? Thanks.


  #3  
Old June 14th, 2004, 04:40 PM
J.F.
external usenet poster
 
Posts: n/a
Default Referencing data from one cell within the text of another

Using that gives me an "invalid formula" error, originating at the & ...

"Frank Kabel" wrote:

Hi
try
=HYPERLINK(http://www.tsx.ca/HttpController?Get...sViewPage&Deta
iledView=DetailedPrices&Language=en&QuoteSymbol_1= & A1,A1)


--
Regards
Frank Kabel
Frankfurt, Germany


J.F. wrote:
I am looking for a way to reference data from one cell to be used in
the text of another seperate cell. This is for the purpose of
looking up stock tickers, where I want to be able to put in the
ticker itself (usually a 2 or 3 letter stock ticker) and then have it
placed automatically into a web address (hyperlinked) in a seperate
cell. For example, I want to be able to place "TA" in one cell
(without quotations, of course) and in another cell have it placed at
the end of the following web address:

"http://www.tsx.ca/HttpController?GetPage=QuotesViewPage&DetailedView =D
etailedPrices&Language=en&QuoteSymbol_1=".

The end result of this would be (as a hyperlink):

http://www.tsx.ca/HttpController?Get...ailedView =De
tailedPrices&Language=en&QuoteSymbol_1=TA

Any ideas? Thanks.



  #4  
Old June 14th, 2004, 04:53 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Referencing data from one cell within the text of another

Hi
sorry, a typo. Use:
=HYPERLINK(http://www.tsx.ca/HttpController?Get...sViewPage&Deta
iledView=DetailedPrices&Language=en&QuoteSymbol_1= " & A1,A1)

--
Regards
Frank Kabel
Frankfurt, Germany


J.F. wrote:
Using that gives me an "invalid formula" error, originating at the &
...

"Frank Kabel" wrote:

Hi
try

=HYPERLINK(http://www.tsx.ca/HttpController?Get...sViewPage&Deta
iledView=DetailedPrices&Language=en&QuoteSymbol_1= & A1,A1)


--
Regards
Frank Kabel
Frankfurt, Germany


J.F. wrote:
I am looking for a way to reference data from one cell to be used

in
the text of another seperate cell. This is for the purpose of
looking up stock tickers, where I want to be able to put in the
ticker itself (usually a 2 or 3 letter stock ticker) and then have
it placed automatically into a web address (hyperlinked) in a
seperate cell. For example, I want to be able to place "TA" in one
cell (without quotations, of course) and in another cell have it
placed at the end of the following web address:


"http://www.tsx.ca/HttpController?GetPage=QuotesViewPage&DetailedView =D
etailedPrices&Language=en&QuoteSymbol_1=".

The end result of this would be (as a hyperlink):


http://www.tsx.ca/HttpController?Get...ailedView =De
tailedPrices&Language=en&QuoteSymbol_1=TA

Any ideas? Thanks.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:21 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.