The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Google Sheets has a formula called Hyperlink.
HYPERLINK(url, [link_label])
Example
HYPERLINK(“http://www.google.com/”, “Google”)
Where url is The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a UR...
I have airtable of the contents of a google drive. I have a record that names the title. I have a URL that will open the document on google drive. I WANT TO HAVE A TITLE THAT IS CLICKABLE to the URL. Is there a formula I can do?