S
StargateFan
I have 2 columns of text that I need to integrate with html code so
that I can just copy the concatenated text to plug into an html
database of information that will get uploaded to the net. Is there a
way to do this?
Since the concatenating code is sometimes like this, it seems (as per,
http://www.officearticles.com/excel/concatenate_in_microsoft_excel.htm):
=A2&" "&B2
where extra "text" (in the form of a blank space here between
quotation marks) is added with the ampersands.
How could we do this type of thing, where my exact text to add I'm
showing below in parantheses?:
= (<body><p>) & G2 & (</p><p> </p><p><a href=") & I2 & ("
target="_blank"><img alt="http://...imageURl.jpg" class="jive-image"
src="http://...imageURl.jpg" /></a></p></body>)
There are a lot of quotation marks in the HTML text to add which seems
to interfere with the quotation marks that are required to encase
additional text.
How can we handle all these html quotation marks and broken brackets
and equal signs when concatenating?
Thanks.
that I can just copy the concatenated text to plug into an html
database of information that will get uploaded to the net. Is there a
way to do this?
Since the concatenating code is sometimes like this, it seems (as per,
http://www.officearticles.com/excel/concatenate_in_microsoft_excel.htm):
=A2&" "&B2
where extra "text" (in the form of a blank space here between
quotation marks) is added with the ampersands.
How could we do this type of thing, where my exact text to add I'm
showing below in parantheses?:
= (<body><p>) & G2 & (</p><p> </p><p><a href=") & I2 & ("
target="_blank"><img alt="http://...imageURl.jpg" class="jive-image"
src="http://...imageURl.jpg" /></a></p></body>)
There are a lot of quotation marks in the HTML text to add which seems
to interfere with the quotation marks that are required to encase
additional text.
How can we handle all these html quotation marks and broken brackets
and equal signs when concatenating?
Thanks.