#88 — String Concatenation And Aggregation

Judith-Excel-Sharing - Nov 4 - - Dev Community

Problem description & analysis:

There is a data table:

source table

Task: Now we want to concatenate the ID numbers for each group of names by | to form a string, and put the result in column C (to calculate in cell C1).

Solution:

Use SPL XLL and enter the following code:

=spl("=E(?1).new(cum(~~+""|""+ID;Name):IDs)",A1:B13)
The results are shown below:

result table


Download esProc Desktop for FREE to optimize your data workflow!!! 🚀🔥⬇️

✨SPL download address: esProc Desktop FREE Download

✨Plugin Installation Method: SPL XLL Installation and Configuration

✨References to other rich Excel operation cases: Desktop and Excel Data Processing Cases

✨YouTube FREE courses: SPL Programming

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .