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
|