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 » Links and Linking
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

incorporating value of cell into hyperlink



 
 
Thread Tools Display Modes
  #1  
Old September 23rd, 2004, 04:52 AM
Kat
external usenet poster
 
Posts: n/a
Default incorporating value of cell into hyperlink

Hi,
I am having difficultly automating hyperlink insertion into a
spreadsheet. I need the value of the individual cell to be
incorporated
into associated the hyperlink.
Example:
Cell A1 has the value H3001A02-5. The hyperlink(formula?) for this
cell needs to be:
=HYPERLINK("http://lgsun.grc.nia.nih.gov/cgi-bin/pro3?sname=H3001A02-5&val=1","H3001A02-5")

So the value of the cell is embedded into the web address.
I have 15,000 entries in a columns of a spreadsheet, which I want to
be able to associate hyperlinks to, like the example above.
So I need to be able to get excel to automatically construct the
hyperlinks for the other 14999 cells (incorporating the unique cell
values)

Thanks in advance for any advice/ assistance
Kat
  #2  
Old September 23rd, 2004, 06:28 AM
Frank Kabel
external usenet poster
 
Posts: n/a
Default

Hi
=HYPERLINK("http://lgsun.grc.nia.nih.gov/cgi-bin/pro3?sname=" & A1 &
"&val=1",A1)


--
Regards
Frank Kabel
Frankfurt, Germany

"Kat" schrieb im Newsbeitrag
om...
Hi,
I am having difficultly automating hyperlink insertion into a
spreadsheet. I need the value of the individual cell to be
incorporated
into associated the hyperlink.
Example:
Cell A1 has the value H3001A02-5. The hyperlink(formula?) for this
cell needs to be:

=HYPERLINK("http://lgsun.grc.nia.nih.gov/cgi-bin/pro3?sname=H3001A02-5&
val=1","H3001A02-5")

So the value of the cell is embedded into the web address.
I have 15,000 entries in a columns of a spreadsheet, which I want to
be able to associate hyperlinks to, like the example above.
So I need to be able to get excel to automatically construct the
hyperlinks for the other 14999 cells (incorporating the unique cell
values)

Thanks in advance for any advice/ assistance
Kat


  #3  
Old September 24th, 2004, 03:08 AM
Kat
external usenet poster
 
Posts: n/a
Default

Thanks Frank,
To get the formular you gave me to work I have to make the link in
another column. If I try and make the link witin the cell I am
interested in- ie A1, it says it is a circular function and will not
me allow me to do it.

Is it just not possible to do without making another column?

K
  #4  
Old September 24th, 2004, 05:42 AM
Frank Kabel
external usenet poster
 
Posts: n/a
Default

Hi
that's true. It is not possible to have a formula and a value in the
same cell. So either use this helper column or you'll have to use VBA

--
Regards
Frank Kabel
Frankfurt, Germany


Kat wrote:
Thanks Frank,
To get the formular you gave me to work I have to make the link in
another column. If I try and make the link witin the cell I am
interested in- ie A1, it says it is a circular function and will not
me allow me to do it.

Is it just not possible to do without making another column?

K


 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Cell References Katrina Worksheet Functions 1 September 22nd, 2004 05:37 PM
Can I insert a cell into the subject line of an email hyperlink? orangeturtle36 General Discussion 1 September 10th, 2004 05:30 PM
IF E3 & E10 = TRUE set this cell to "Yes", else set to "No" Timothy L Worksheet Functions 5 August 27th, 2004 02:28 AM
Do you have what it takes... darno Worksheet Functions 0 February 22nd, 2004 08:01 PM
How do you hyperlink a cell address to top of page? CLR Worksheet Functions 0 October 1st, 2003 12:13 AM


All times are GMT +1. The time now is 08:56 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.