Auotomating Hyperlink?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

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
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top