Good afternoon. I am trying to combine information from a single row but multiple cells into a single cell on a report. I need this information to show as a list on the report.
So for example my spread sheet has:
I used a simple formula (=[Item 1]@row + " " + [Color 1]@row + "," + [Item 2]@row + " " + [Color 2]@row + "," + [Item 3]@row + " " + [Color 3]@row) to combine the columns and tried wrap text in the Combined column but I am not getting the result i want visually for my report.
I added a column "Desired Result" so you can see how I want it to look, but only got that result by manually typing in the information to the cell and playing with the width to get it to look correct.
Ideally I need the Combined column to wrap the text after the "," or something similar.