Forum Discussion
jcastr02
4 years agoPost Prodigy
split column with stacked names
Hello I have an import coming in where two team member names are stacked (within one cell) and I can't think of a way to split by delimiter, any ideas? Below is a copy paste from the export
Employee Name
Uribe, Diego
Young, Matt
You should be able to split it with the delimiter ",".
OR
If both are in one cell itself then please check with the delimiter space and see if it is able to split into 4 columns , after that CONCAT can help
Thanks,
Ritesh