View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Generating text surrounded by quotation marks

=""""&A1&""""
[4 sets of quotes at a time.]
--
David Biddulph

"AaronQRules (a.k.a. Jeff)" <AaronQRules (a.k.a.
wrote in message
...
I am looking for a way to make a text string to appear in quotation marks.

For example, if someone types in the text string Titanic in cell A1 I need
to be able to generate in cell B1 the exact text "Titanic" (with the
quotes
visible around whatever is types in cell A1)

I can't figure it out. The use of quotation marks in formulae is
compounding
the problem. Has anyone else ever solved this mystery.

Jeff