| Combine/Concatenate Text Columns |
| See Also |
| Space | - Inserts a space between items, e.g. 'A' and 'B' combined would result in 'A B' |
| Comma | - Inserts a comma between items, e.g. 'A' and 'B' combined would result in 'A,B' |
| Other | - Inserts a specified string between the items, e.g. 'A' and 'B' combined with the specified string ' + ' would result in 'A + B' |