View Single Post
Old 2005-10-08, 12:41 PM   #2
cybersexhound
Operator! Give me the number for 911!
 
cybersexhound's Avatar
 
Join Date: Sep 2005
Location: Colorado Springs
Posts: 134
Send a message via ICQ to cybersexhound Send a message via Yahoo to cybersexhound
Thumbs up THAT'LL COST YOU $200!

=CONCATENATE("<a href=",C1,">",A1,"</a><br>",B1)

C1=URL
A1=TITLE
B1=DESCRIPTION

Cant use " in the href as excel will take it as apart of the formula if you need to do an image it will look something like this:

=CONCATENATE("<a href=",B1,">","<img src=",C1,">")
B1 = URL
C1= IMG PATH
cybersexhound is offline   Reply With Quote