multiple Hyperlinks one Excel cell?

  • Thread starter Thread starter Jody
  • Start date Start date
J

Jody

Is it possible to enter multiple links in one Excel cell? I am using the
fuction string rather than the GUI interface.

Thanks
 
You can hold down the alt key and press the Enter key, and the new link will
wrap down to the next line, but as far as I can telly, you will only be able
to access the first link, no matter which one you click on.

Regards,
Ryan---
 
Jim and Ryan are correct. You can get the effect as follows:

In B9 enter:
=HYPERLINK(B8,B8)
In B8 enter a Data Validation list that includes all the desired hyperlinks.


A similar trick works with VLOOKUP or other lookup functions.
 
You get one hyperlink per cell--either from the Insert|Hyperlink or from the
=hyperlink() worksheet function.

But you could cheat.

You could add multiple rectangles from the Drawing toolbar (hide the borders!)
and assign a different hyperlink to each of those rectangles.

But you can't use the =hyperlink() worksheet function to create the hyperlink
for the rectangles.
 

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

Back
Top