Hi,
I have the following sets of data where I need to apply a concatenate function to create a single unified list;
List - 1 is static while List - 2 is dynamic and is subject to change.
The requirement is to have a concatenated list with each row from List - 1 concatenated with each row from List - 2 to create a single list.
I have the following sets of data where I need to apply a concatenate function to create a single unified list;
Book1 | |||||
---|---|---|---|---|---|
D | E | F | |||
3 | List - 1 | List - 2 | |||
4 | 0370000271 | 1NR73A-K1H | |||
5 | 0370000272 | A1A30A-KGJ | |||
6 | 0370000273 | 5RA32F-KGJ | |||
7 | 0370000273 | A1A77A-KGJ | |||
8 | 0370000276 | N7L37A | |||
9 | 2Z600F-KGJ | ||||
10 | 3JA05AN-150 | ||||
11 | A1A56A-KGJ | ||||
12 | 2Z613F-KGJ | ||||
13 | 3GZ25A-KGJ | ||||
14 | K5L35A | ||||
15 | Y3D03A | ||||
16 | Z7C07A | ||||
17 | 3PZ35A-KGJ | ||||
18 | D7P27A | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F4:F19 | F4 | =UNIQUE(O:O,FALSE,FALSE) |
Dynamic array formulas. |
List - 1 is static while List - 2 is dynamic and is subject to change.
The requirement is to have a concatenated list with each row from List - 1 concatenated with each row from List - 2 to create a single list.