Anna112233
New Member
- Joined
- Nov 26, 2019
- Messages
- 5
- Office Version
- 2016
- 2013
- 2011
- 2010
- Platform
- Windows
Hello!
I have a column that has a lot of rows with different text, but the logic of it is always the same.
I need to parse this data to columns. Every element should be splitted after "," . And this {} shouldn't be included.
So the destination column name are like Key1, Number 1, Meaning 1, Key2, Number 2, Meaning 2 and so on.
Please, help me with this problem, because split function doesn't work here and I don't know how to parse into several columns.
This is the example:
I have a column that has a lot of rows with different text, but the logic of it is always the same.
I need to parse this data to columns. Every element should be splitted after "," . And this {} shouldn't be included.
So the destination column name are like Key1, Number 1, Meaning 1, Key2, Number 2, Meaning 2 and so on.
Please, help me with this problem, because split function doesn't work here and I don't know how to parse into several columns.
This is the example:
{{Avaya,54366,}.{Tabel,443948,}} | |||
{{Avaya,54476,}.{Tabel,443958,}.{DPA,Max@gmail,}} | |||
{{DPA,Anna@gmail,}.{Avaya,56466,}.{Tabel,453948,}.{Chat,331212}}
|