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

J

John

I have an application where it would be convenient to have more than one
hyperlink in a single cell. Is this possible?
 
D

Dave Peterson

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.
 
Top