#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default Hyperlink a word

I know how to link a cell to a web page or another document, but I cannot
figure out how to make the link apply to just a word in the cell.

I have a cell with multiple words in it, and would only like to see one of
those words have the hyperlink associated with it. Can this be done??

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Hyperlink a word

Im not 100% sure this can not be done but one thing you can do is format the
current hyperlink to look like that word is hyperlinked. So hilight any words
you don't want linked and change the font and underline properties to normal
text.

Not sure if this fits your needs though

"James" wrote:

I know how to link a cell to a web page or another document, but I cannot
figure out how to make the link apply to just a word in the cell.

I have a cell with multiple words in it, and would only like to see one of
those words have the hyperlink associated with it. Can this be done??

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Hyperlink a word

hi, not sure that this is what looking for, but does search down a document
for next occurance of "dn", and jumps to it. it's kind of long, but it
works.

circular errors may occur if copy-paste line with this formula, just have to
paste a copy back over it to reset values; here, this was in row 690.

=HYPERLINK(IF(ISNA(INDEX(ROW(OFFSET($AX690:$AX$207 8,1,0))-ROW(OFFSET($AX690,1,0)),MATCH(TRUE,OFFSET($AX690:$ AX$2078,1,0)="dn",0))),"","#"&CELL("address",OFFSE T(INDIRECT(SUBSTITUTE(SUBSTITUTE(CELL("address",$A 690),"$",""),ROW(),"")&INDEX(ROW(OFFSET($AX690:$AX $2078,1,0)),MATCH(TRUE,OFFSET($AX690:$AX$2078,1,0) ="dn",0))),$AB$3,1))),"dn")

$AB$3 was utility made for size of page-header..
$AA$3-CELL("row",$A$20))-2

$AA$3
=$AU$7+$AX$7 (hand entry number of rows showing minus (plus) rows hidden
in header, that are utility rows..


"James" wrote:

I know how to link a cell to a web page or another document, but I cannot
figure out how to make the link apply to just a word in the cell.

I have a cell with multiple words in it, and would only like to see one of
those words have the hyperlink associated with it. Can this be done??

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Hyperlink a word

ps, originated from indocument hyperlink, that works to exact same spot every
time

=HYPERLINK("#"&CELL("address",OFFSET($A$690,IF(ROW ($A$690)(ROW($A690)-$AB$3/3),$AB$3,-1),1)),"7")

"James" wrote:

I know how to link a cell to a web page or another document, but I cannot
figure out how to make the link apply to just a word in the cell.

I have a cell with multiple words in it, and would only like to see one of
those words have the hyperlink associated with it. Can this be done??

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hyperlink a word

Hyperlinks (=hyperlink() or insert|hyperlink) will apply to the whole cell.

But you could cheat.

Add a rectangle over the word in the cell. Hide its borders. Assign a
hyperlink to that hidden rectangle.

If you enter the string in the cell as text (not a formula), you could even
format the characters under the rectangle so that it looks like a hyerlink
(blue, underlined).

But if you enter a formula (or numbers), then you can't do this kind of
character by character formatting.

James wrote:

I know how to link a cell to a web page or another document, but I cannot
figure out how to make the link apply to just a word in the cell.

I have a cell with multiple words in it, and would only like to see one of
those words have the hyperlink associated with it. Can this be done??

Thanks


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I set up a hyperlink to a word in a paragraph? Carlos Valdez Excel Discussion (Misc queries) 3 January 29th 08 10:00 PM
Hyperlink to Word Doc JICDB Excel Worksheet Functions 3 August 1st 07 01:50 PM
Excel Hyperlink doesn't open Word doc the same way as Word does duugg Excel Discussion (Misc queries) 2 October 12th 06 03:14 PM
hyperlink to word SheriTingle Excel Discussion (Misc queries) 2 October 7th 05 11:41 PM
Hyperlink to a word document JS Excel Discussion (Misc queries) 1 December 10th 04 10:49 PM


All times are GMT +1. The time now is 01:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"