View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jake Marx[_3_] Jake Marx[_3_] is offline
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