I am currently in the midst of making a small library of links in Microsoft Team Excel. Where I have met a wall, where I cannot use the link, as they are redirected due to the including ampersand in the title. Example:
xxxxxx.com/xxx/xxx/?action=show&product=301
Which is translated to;
xxxxxx.com/xxx/xxx/?action=show&product=301
So how am I supposed to get around that.
I have seen a lot of examples of but renaming the destination (which is not a valid option), and using and encoding reference, which does not seem to apply for this context.
Currently the formula I am dealing with is: =HYPERLINK(H14;$F$1);
‘H14’ being the hyperlink, and ‘F1’ being the visual name.
xxxxxx.com/xxx/xxx/?action=show&product=301
Which is translated to;
xxxxxx.com/xxx/xxx/?action=show&product=301
So how am I supposed to get around that.
I have seen a lot of examples of but renaming the destination (which is not a valid option), and using and encoding reference, which does not seem to apply for this context.
Currently the formula I am dealing with is: =HYPERLINK(H14;$F$1);
‘H14’ being the hyperlink, and ‘F1’ being the visual name.