FAQ
How can we help?
Full Site Search

Using "\" in Formulas

When setting up formulas in Ragic, you can use the special character "\" with other text for certain situations. For example, "\t" will act as your keyboard’s tab key and "\n" will act as the enter key to move to a new line.

And because "\" is a character with special functions, if you would like to populate it on your fields using formulas, you would need to reference it by "\\" in your formulas. For example, if the field value on A1 is “a/b/c” and you would like to replace all "/" with "\" to make it into "a\b\c", your formula would need to be set as SUBSTITUTE(A1,"/","\\").

Top of Page

    Start Ragic for Free

    Sign up with Google