I would like to concatenate the values of my columns into a single column, but there are 17 columns in total. Is there a shortcut to do this without having to manually type out the formula for each column name?
Additionally, I'd like to add a space in between each column value and where there is a blank value to ignore that column.
Is this possible?
Example data below
| ID | | | | | Concatenated field |
| 1 | MILK | | | | MILK |
| 2 | | EGGS | | | EGGS |
| 3 | | EGGS | | BREAD | EGGS BREAD |
| 4 | MILK | | CEREAL | | MILK CEREAL |
| 5 | MILK | EGGS | | BREAD | MILK EGGS BREAD |