Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default Auotomating Hyperlink?

Hi everyone:

Say I have a 2D matrix, or x-y matrix liks this:

March April May
1
2
3

Say March, April, and May are cells in a different sheet.

Now,

If I highlight 2-April cell, for example, I want to be linked to
"April" cell in that different sheet. And so on for other.

I know how to do hyperlinking but that is NOT what I am asking. I have
here what you might call "Conditional Hyperlink" that I would like to
have.

Is this doable? Any other way?

Thanks,
Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 860
Default Auotomating Hyperlink?

Hi Mike,

A formula like this may do what you are looking for:

=HYPERLINK("[Book1.xls]'" & $A2 & "'!" & B$1,"link")

Change Book1.xls to whatever your workbook name is.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]


Mike wrote:
Hi everyone:

Say I have a 2D matrix, or x-y matrix liks this:

March April May
1
2
3

Say March, April, and May are cells in a different sheet.

Now,

If I highlight 2-April cell, for example, I want to be linked to
"April" cell in that different sheet. And so on for other.

I know how to do hyperlinking but that is NOT what I am asking. I have
here what you might call "Conditional Hyperlink" that I would like to
have.

Is this doable? Any other way?

Thanks,
Mike

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
Can't make hyperlink function work for hyperlink to website Frank B Denman Excel Worksheet Functions 15 February 5th 07 11:01 PM
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
Intra-workbook hyperlink: macro/function to return to hyperlink ce marika1981 Excel Discussion (Misc queries) 3 May 6th 05 05:47 AM
Auotomating "Sort" in Excel [email protected] Excel Programming 1 December 7th 04 05:12 PM
reading html when hyperlink address not hyperlink text diplayed Kevin Excel Programming 1 December 4th 03 10:13 PM


All times are GMT +1. The time now is 04:22 PM.

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

About Us

"It's about Microsoft Excel"