Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Move chart to a separate worksheet in Excel
  • How To Load Analysis ToolPak in Excel
  • How To Compare Two Lists in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel

References

  • Two-way lookup with VLOOKUP in Excel
  • Approximate match with multiple criteria in Excel
  • How to use Excel COLUMN Function
  • How to get first column number in range in Excel
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation only dates between
  • Excel Data validation with conditional list
  • Excel Data validation require unique number
  • Excel Data validation allow weekday only

How to use double quotes inside a formula in Excel

by

If you need to include double quotes inside a formula, you can use additional double quotes as “escape characters”. By escaping a character, you are asking Excel to to treat the ” character as literal text. As always, you’ll also need to include double quotes wherever you would normally in a formula.

For example, if cell A1 contains the text: The Graduate and you want wrap that text inside double quotes (“”), you can use this formula:

=””””&A1&””””

Formula

=""""&A1&""""

Explanation

 

Because the text on either side of A1 consists of only of a double quote, you need “””” . The outer quotes (1 & 4) tell Excel this is text, the 2nd ” tells Excel to escape the next character, double quote 3 is included as literal text.

If you want to add the movie to other text to create, you can concatenate the movie title inside double quotes with a formula like this:

="The 1960's movie """ &A1&""" is famous"

The result: The 1960’s movie “The Graduate” is famous

Working with extra double quotes can get confusing fast, so another way to do the same thing is to use the CHAR function with the number 34:

="The 1960's movie "&CHAR(34)&A1&CHAR(34)& " is famous"

In this case, CHAR(34) returns the double quote character (“) which is included in the result as literal text.

CHAR is handy for adding other text that is hard to work with in a formula as well. For example, you can use CHAR(13) to insert a line break character into a formula on Windows. On a Mac, use CHAR(10).

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with boolean logic in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • IF with wildcards in Excel
  • Invoice status with nested if in Excel
  • Nested IF function example in Excel

Date Time

  • Display Days in month in Excel
  • Get day name from date in Excel
  • YEARFRAC function: Description, Usage, Syntax, Examples and Explanation
  • How to determine year is a leap year in Excel
  • Convert Excel time to decimal hours in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Running count group by n size in Excel
  • Calculate conditional mode with criteria in Excel
  • Map text to numbers in Excel
  • Map inputs to arbitrary values in Excel

General

  • How to create dynamic named range with INDEX in Excel
  • Check if multiple cells have same value in Excel
  • Excel Ribbon Quick Overview For Beginners
  • Create dynamic workbook reference to another workbook in Excel
  • Check if multiple cells have same value with case sensitive in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning