Z
ZenMasta
I am trying to combine several fields into one.
Currently my formula looks something like this
=D3&"Some text "&E3&" <br><b>more info: </b>"&F3
This all works just fine, except sometimes I'll need to insert html more
advanced than a simple bold or break. How do I escape the quotes in my html
so they don't affect the formula?
=D3&"Some text "&E3&" <br><b>more info: </b>"&F3&Q3
For now I have just simply added my html in another field and appending it
this way. It would still be nice to know if it is possible to escape quotes.
Currently my formula looks something like this
=D3&"Some text "&E3&" <br><b>more info: </b>"&F3
This all works just fine, except sometimes I'll need to insert html more
advanced than a simple bold or break. How do I escape the quotes in my html
so they don't affect the formula?
=D3&"Some text "&E3&" <br><b>more info: </b>"&F3&Q3
For now I have just simply added my html in another field and appending it
this way. It would still be nice to know if it is possible to escape quotes.