Use a url field to create a html link
I realise that fields with http links in them link automatically, but is there a way to use the url field to link with a name type field and have it be a hyperlink?
For example I have two data fields:
name: google
url: http://www.google.com
In the list view, it could be displayed as the word google and when you click on the word google it takes you to http://www.google.com
i.e:
<a href="http://www.google.com">google</a>
If anyone can provide a way it would certainly cut down on my columns.
Thanks!