Hello - we use a formula field to create unique & automated "Activity Titles" for records.
Our current formula pulls from various fields:
- Program (multi select)
- City (linked field)
- Type (single select)
- Date (date)
Current formula is:
This results in an Activity Title that looks like: Corporate Event - Philadelphia Webinar (2024-03-21)
The problem we've run into is that some of our Activities are with multiple cities - 30+.
So when the formula pulls into those Cities into the title, the title then becomes unusably long - Corporate Event - Philadelphia, New York, San Francisco, Pittsburgh, Buffalo, Winchester, Miami, San Diego, Portland, Seattle, Minneapolis, Richmond Webinar (2024-03-21)
Is there a way to utilize an IF formula that looks at the City (linked records) field and do something along the lines of "If there is more than one .city listed, use the term "multi-city" in the title formula. If there is 1 city listed for the activity, use the City name.
If so, can someone help me write that IF formula?