Hi,
I have a large table with date, ID and text (several columns). I would like to search value in ID column and return concatenate text. That's not so big deal which I can manage. But as there could be more same ID values for several dates. So would like to find this value and join text together in one row by date. So in the first row there will be the first string matching the date, the second row the second string matching the date ...etc. Is there any chance to do that in Excel?
I have a large table with date, ID and text (several columns). I would like to search value in ID column and return concatenate text. That's not so big deal which I can manage. But as there could be more same ID values for several dates. So would like to find this value and join text together in one row by date. So in the first row there will be the first string matching the date, the second row the second string matching the date ...etc. Is there any chance to do that in Excel?
example.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Date | ID | DATA 1 | DATA 2 | SEARCH: | ID05 | |||||
2 | 1.9.2021 | ID01 | text1 | text2 | |||||||
3 | 2.9.2021 | ID01 | text3 | text4 | Date | DATA | |||||
4 | 15.9.2021 | ID05 | text5 | text6 | 15.9.2021 | text5 - text6 - text7 -text8 | |||||
5 | 15.9.2021 | ID05 | text7 | text8 | 17.9.2021 | text9 - text10 | |||||
6 | 16.9.2021 | ID05 | text9 | text10 | |||||||
7 | 20.9.2021 | ID33 | text33 | text34 | |||||||
Sheet1 |