Forum Discussion
oliviaj
Nov 16, 2022Copper Contributor
hyperlinks in the same cell
Hi! I'm wondering if anyone knows how to insert more than one hyperlink in the same cell? I'm quite new on excel 🙂
- Nov 16, 2022
oliviaj unfortunately Excel does not allow multiple links in a single cell.
In fact, something interesting I found is you can create a Hyperlink and then 'add' to it:
=HYPERLINK("http://www.amazon.com","amazon")&"/deals"
so in the above the "hyperlink" is to amazon.com and then I add the text "/deals" to show in the cell but when you click on the link it will take you to http://www.amazon.com/deals
mtarler
Nov 16, 2022Silver Contributor
oliviaj unfortunately Excel does not allow multiple links in a single cell.
In fact, something interesting I found is you can create a Hyperlink and then 'add' to it:
=HYPERLINK("http://www.amazon.com","amazon")&"/deals"
so in the above the "hyperlink" is to amazon.com and then I add the text "/deals" to show in the cell but when you click on the link it will take you to http://www.amazon.com/deals
- oliviajNov 16, 2022Copper Contributoroh no 😞 okey, thanks for taking your time and checking!
Got it, that's something at least!! 🙂