https://bugs.documentfoundation.org/show_bug.cgi?id=168396
G <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Using |Hyperlink() working outside |=IF(0,HYPERLINK("T.txt"),"s |of context |till-works") in a | |True/False formula, even | |when Hyperlink() is not | |called, working outside | |context | --- Comment #1 from G <[email protected]> --- Hyperlink() working outside of context. Correct =IF(1,HYPERLINK("T.txt","OK"),1+1) Bug =IF(0,HYPERLINK("T.txt","Bug"),1+1) Correct, will try to open "T.txt" Bug, will try to open "2", but 2 is outside of the Hyperlink() scope. You could add any "text" after it, if is not an error, it will Try to make it work. Just replace the "1+1" with any text, command or link. At least it shows you what it will execute before you click. -- You are receiving this mail because: You are the assignee for the bug.
