FAQ
How can we help?
Full Site Search

Using the "\" Character in Formulas

In Ragic formulas, you can use the special character "\" in combination with other text to achieve specific effects. For example:

1. "\t" represents a Tab. Example: A15 + "\t" + A16 inserts a Tab space between "Recipient" and "Shipping Address".

2. "\n" represents a line break. Example: A15 + "\n" + A16 displays "Recipient" and "Shipping Address" on two separate lines.

Since the "\" is a special character, you need to reference it as "\\" in formulas when populating it in your fields.

For example, if the value in field A1 is "a/b/c" and you want to replace all "/" with "\ "to make it" a\b\c", the formula would be: SUBSTITUTE(A1, "/", "\\").

    Start Ragic for free

    Sign up with Google

    Terms of Service | Privacy Policy