How to Extract Link from a Column?

*The following solution no longer works at the moment. Updates to link display options where made, but they also breaks the functioning of this solution.

Here’s the same solution that works in just one extra column:

Link.Embed().ToText().Hyperlink(Right(Link.Embed().ToText(),Link.Embed().ToText().Length() - 39))

This removes the “If” statement as well, so it looks a little cleaner if you have a link in every row.