Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
concatenating | Excel Worksheet Functions | |||
concatenating | Excel Discussion (Misc queries) | |||
Concatenating % | Excel Discussion (Misc queries) | |||
Concatenating | Excel Programming | |||
Concatenating | New Users to Excel |