Include quotations in IF statement

Problem:

You want to include an IF statement in your Word template. The true statement includes quotations which are causing the IF statement to cut off the statement prematurely.

For Example:
{ IF “Yes” = “Yes” “This is the “true” statement.” “This is the false statement” }

Displays as:
This is the

Solution:

Use {QUOTE 34} to include the quotations

For Example:
{ IF “Yes” = “Yes” “This is the {QUOTE 34}true{QUOTE 34} statement.” “This is the false statement” }

Displays as:
This is the “true” statement.

Download a sample: click here

Scroll to top