Forum Discussion

anupambit1797's avatar
anupambit1797
Iron Contributor
Feb 24, 2025
Solved

What delimiter shall I use?

Dear Experts,                     Could you please help me with what Delimiter shall I use in below case? So , I have data like in Column2, and want to split the column on the basis of " , " , mark...
  • SergeiBaklan's avatar
    SergeiBaklan
    Feb 24, 2025

    That's as Patrick2788 suggested, or if you prefer with formula, practically the same could be

    =TRIM( TEXTSPLIT(SUBSTITUTE( <line>, "), (", "),:(" ), ",:") )

    Above for single row, how to split texts in 2D you may find patterns, few of them.  But again, that will be spill, not table.

Resources