I have a (rather large) collection of surplus sales items.
To keep track of these, I have them grouped in folders with photos, descriptions etc.
The name of the folder is a cell in column D of my spreadsheet, the formula
=HYPERLINK(CONCATENATE("/home/leo/CO in-verkoop/",LEFT(D31,4),"/",MID(D31,5,2),"/",D31)
in column L produces a workable link to that folder.
In another tab of that spreadsheet, not all lines have a valid folder name in column D; so I want the link to only show when column C is a zero-length string and column E is non-empty.
Yet when the formula is embedded in the IF function
=IF(AND(C31="",NOT(ISBLANK(E31))),HYPERLINK(CONCATENATE("/home/leo/CO in-verkoop/",LEFT(D31,4),"/",MID(D31,5,2),"/",D31),"link"),"")
the hyperlink does not work at all. The cell shows the text âlinkâ as a hyperlink, but hovering over it and CTR-click both do nothingâŚ
Is this a (known) bug or am I doing something wrong here?
More to the point: how do I get this to work properly?
Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 6; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.10
Calc: threaded
