Forum Discussion
Anonymous
2 years agoNot applicable
Split column into two columns
Hello all, Im trying to split the data in a column "Value" into two collumns: 1. Value - will contains numbers only 2. Type - will contains all the text (Solid, Liquid, etc) in line with ...
- 2 years ago
Hi Anonymous
- Trim Attribute column (just to avoid extra "space" characters)
- Create a conditional column: if attribute = "Excalibur" then return "Solid" and so on...
- Remove first 4 rows