THIS THREAD HAS BEEN MOVED HERE: Access link column data
There is a well known thread in the Coda community which can be found here: Extract title from URL in TEXT format - #7 by Daniel_Stieber
However, this thread doesn’t quite solve my problem.
What I need to do is;
- extract the ‘title’ of a URL as plane text;
- copy the plane text to a new column;
- In the new column, I do not want the plane text be a link, only the title.
https://1drv.ms/v/s!AppInZnPGnxPg8gUY6HH30GVdr_rqA
The following methods have failed:
- Composing: The composed field copies the URL title as the full URL
- Composing w/ toText(): The toText() formula copies the full URL, not the title
- Splicing and nth: Too inconsistent and hard to read