Write it down instead of copy/paste.
You should put it in the Valid if field.
Also replace the dots “…” with a similar CONTAINS line for each of your undesired symbols.
Keep adding as many lines as there are "locked" symbols, one line per symbol.
NOT( OR(
CONTAINS([_This], "@"),
CONTAINS([_This], "#"),
CONTAINS([_This], "$"),
CONTAINS([_This], "%"),
CONTAINS([_This], "&"),
CONTAINS([_This], "/")
))
Read these:
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |