I am trying to concatenate cells when they are populated and add the column header
This image demonstrates the end result I'm looking for
Something like:
If the cell is not blank
Concatenated field = <Header Text> AND ": - " AND <Cell Text> AND carriage return line feed
AND
If the next column cell is not blank
<Header Text> AND ": - " AND <Cell Text> AND carriage return line feed
AND
If the next column cell is not blank
<Header Text> AND ": - " AND <Cell Text> AND carriage return line feed
If the cell is blank, skip
In the end, I need a clean way for the user to read The Questions and answers when answered and skip when the cell is not populated