Forum Discussion
Nelleke-NL
Helper II
2 years agosplit text from field with row of text
Hello I know how to split text to row example 1;3;4, Text.Split([eerderhulpID],";") list expand to row but how if its text in column on different rows. Wat is then insted of ";" ...
Nelleke-NL
Helper II
2 years agoIt was so easy 😀. the formule is Text.Split([hulpvraagID],"#(cr)")) of Text.Split([hulpvraagID],"#(lf)")) depends of how..
Thanks for the info, so I have found what I have to do. And...... I have learned about seperators.