Is there a way to add text before the hyperlink?
So for example:
This section needs reworking. You can find the section HERE.
HERE would be the text replacement for the actual link. The actual text would read like this.
This section needs reworking. You can find the section =HYPERLINK("www.yourlink.com", "HERE").
When I try this is does not work, so I am thinking if there is a way it might use some different code.