Forum Discussion

pigsinblankets's avatar
2 years ago
Solved

Split/merge column into one

Table 1
ProjectVariable
11, 2, 3
24, 5, 6

 Good morning ðŸ™‚ - I'm trying to change table 1 shown above into table 2, I've tried splitting by the comma delimiter and merging columns but am struggling to get this to work - what is the simplest way to be able to split the variables to be able to get the table 2 output? 

 

Thank you! 

Table 2 
ProjectVariable
11
12
13
24
25
26