S sparkroms Jul 8, 2005 #1 how do I concatenate text that has a quotation mark in it like th following html: <img width="76" height="25" src="blah"
how do I concatenate text that has a quotation mark in it like th following html: <img width="76" height="25" src="blah"
D Dave Peterson Jul 8, 2005 #3 I put 76 in A1, 25 in B1 and blah in C1. Then I used this formula: ="<img width="""&A1&""" height="""&B1&""" src="""&C1&""">" Seemed to match up ok.
I put 76 in A1, 25 in B1 and blah in C1. Then I used this formula: ="<img width="""&A1&""" height="""&B1&""" src="""&C1&""">" Seemed to match up ok.