Quote Marks In A String

C

Chuckles123

I want a quote mark to appear adjacent before and adjacent after a wor
in the result of a string arithmetic formula. How is this done?

Thanks in advance,
Chuckles12
 
B

Bob Phillips

or

=CHAR(34)&"abc"&CHAR(34)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top