AlexGale
8 years agoQrew Captain
Combine two multi-select fields
I have set up a formula field to combine two multi-select fields into a using the list function. It looks like this:   List(";", [Select1], [Select2])    At a basic level, this works fine. However, Se...