Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Arul
 
Posts: n/a
Default hyperlink question

Is it possible to create a hyperlink against a value rather than a cell?
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
what do you mean with this?

--
Regards
Frank Kabel
Frankfurt, Germany

"Arul" schrieb im Newsbeitrag
...
Is it possible to create a hyperlink against a value rather than a

cell?

  #3   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Arul,
Yes it is possible.

=HYPERLINK("#"&ADDRESS(MATCH("xyz",B1:B13,0),2), "xyz" )

if you don't want to see #N/A then insert the failing part of the formula and the
formula as follows:
=IF(ISERROR(MATCH("xyz",B1:B13,0)), "N/A", HYPERLINK("#"&ADDRESS(MATCH("xyz",B1:B13,0),2), "xyz" ))

Don't ask me why the second formula hyperlink works but does not show up as a hyperlink, I don't know. Probably because one part
of formula is a hyperlink and the other part is not.


You are looking for the value "xyz" (not case sensitive) in B1:B13
You should look up ADDRESS Worksheet Function and the
MATCH Worksheet Function in HELP for some details.
--
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Arul" wrote in message ...
Is it possible to create a hyperlink against a value rather than a cell?




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
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
Removing hyperlink Frank Marousek Excel Discussion (Misc queries) 3 January 12th 05 09:53 PM
How can I extract hyperlink value pat_rick Excel Discussion (Misc queries) 1 January 8th 05 01:17 AM
Hyperlink to a word document JS Excel Discussion (Misc queries) 1 December 10th 04 10:49 PM
Hyperlink to specific sheet in Excel Web File jd17 Links and Linking in Excel 0 December 8th 04 09:03 PM


All times are GMT +1. The time now is 07:06 AM.

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"