How to import data as hyperlink

J

Joe

I have a flat file with 4 fields of data. One of the
fields I'd like to be imported as a hyperlink, so it can
easily be clicked on in the worksheet. How do I code my
flat file to make this happen? Below is an example of my
data:

<a href="http://www.something.com/data">field1</a>
field2 field3 field4

So, clicking on "field1" in the spreadsheet will take me
to www.something.com/data.

When I import my flat file now, I get all of the html
coding in the cell, and it's not a hyperlink.

Any thoughts, suggestions will be much appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top