Forum Discussion

Jpey65's avatar
Jpey65
Copper Contributor
Mar 20, 2024
Solved

Maybe an array formula to transpose records?

I have a table of data. Note that the number of rows per index can vary and the total number of unique index values will vary and not be named TestX: Index Concat Test1 DataValue1 Test1 ...
  • Jpey65's avatar
    Jpey65
    Mar 26, 2024
    https://www.ablebits.com/office-addins-blog/textjoin-function-excel-merge-text-multiple-cells/#:~:text=The%20syntax%20of%20the%20TEXTJOIN,text%20value%20that%20you%20combine.

    =TEXTJOIN(", ", TRUE, IF([Index]=[@Index], [Concat], ""))


Resources