Concatenating problems
Hello,
I have an Excel sheet with a header row containing the following fields:
Customer ID | Numeric Response
The rows beneath contain data as such:
5 | 1
5 | 4
5 | 7
7 | 2
7 | 3
8 | 1
Basically Customer ID "5" answered 1,4, and 7 and has a separate row for
each answer (same with Customer ID "7" answering 2 and 3, etc...)
I would like to concatenate the Response row into one field so that
ultimately I have one column that looks like:
Customer ID | Numeric Response
5 | 1 4 7
7 | 2 3
8 | 1
etc....
Thank you in advance,
Jack
|