Forum Discussion
ChrisLa
Jun 13, 2025Copper Contributor
Excel search box not returning hyperlink
Hi All, Need help to show the hyperlinks when using the search function on my spreadsheet. I followed a tutorial to create a search box on excel using the 'Filter' Function. using this formula: =FI...
HansVogelaar
Jun 13, 2025MVP
That is the way formulas work - they return only the values of cells, not their formatting or hyperlinks. I don't think there is an easy workaround.
- ChrisLaJun 16, 2025Copper Contributor
Ah thats a shame, I was really hoping there would be a workaround for this. Thanks for your help anyways.
- SnowMan55Jun 29, 2025Bronze Contributor
There is what I consider a simple workaround. It involves separating the URLs from the friendly names, and using formulas to reconstruct the hyperlinks where needed/desired (including the Range column in Table1).
See the attached workbook.