Dynamic URL for first column of data from excel query?

  • Thread starter Thread starter Edgeline
  • Start date Start date
E

Edgeline

I am using the database query to suck four columns of data from an sql
server express 2005 database and it works great.

However, I would like to automatically construct a URL hyperlink for
the 2nd column of data coming into the worksheet from the database
query.

Is there is simple one to dynamically do this?

Any specific feedback would be very much appreciated.

Columns:
ID
Boat Name
Price

Data:
Ocean Speed 100k
Sea Lion 300k

Goal:

<a href="www.mysite.com" + ID> + Boat Name + </a.

Jason
 
Back
Top