I have a column with hyperlinks formula in it, for example:
=HYPERLINK("http://example.com", "Link")
I want to get additional column, where only urls (as a text) from the first column will be present, that is, in this example:
http://example.com
Is there a function that allows extraction of an url from HYPERLINK? I was thinking also about getting formula text from the first column and cutting it with SPLIT/SUBSTITUTE in the final one, but I'm not sure if I can get one field code into another field.