How do I combine data from multiple columns into one column? For example, I want to combine the values in "Manu code" and "Item" in another column. Below is a screenshot. The expected result for the first row would be "AA952-2600-941". Thanks.
Use the text concatenation operator &
:
[Manu code] & [Item]