AshleyAsante
7 years agoQrew Cadet
Text Formula, Concatenate fields
I am having a terrible time creating a field to concatenate several fields based on conditions. First, should I use a text formula or rich text? Neither seem to work. I have a combination of multiple choice conditions and checkboxes.
For example,
If a task type is "Project" and Risk is checked, I'd like the task name to be:
"Risk: Project " & [field name] & [field name]
If a task type is "Project" and Issue is checked, I'd like the task name to be:
"Issue: Project " & [field name] & [field name]
For example,
If a task type is "Project" and Risk is checked, I'd like the task name to be:
"Risk: Project " & [field name] & [field name]
If a task type is "Project" and Issue is checked, I'd like the task name to be:
"Issue: Project " & [field name] & [field name]