Multiple hyperlinks in a single cell. Possible? If so, how?

  • Thread starter Thread starter John
  • Start date Start date
J

John

I have an application where it would be convenient to have more than one
hyperlink in a single cell. Is this possible?
 
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.
 
Back
Top