How to add " (quote) in Excel formula - Windows - 0 views
-
George Bradford on 13 Sep 12"Example = "I want " & ""THIS"" & " to be quoted" The result should be: I want "THIS" to be quoted" "Another way is to put """" in a cell and reference it Solution Example: ="""" in cell A1 = "I want " & A1 & "THIS" & A1 & " to be quoted""