Hi Klipfolio!
This shows how to convert a string to an array of the words in the string.
This is similar to the PHP explode function, or the JavaScript split function.
ARRAY(
SUBSTITUTE(
"Word1,Word2;Word3 Word4", //String to convert
ARRAY(" ",";","/","."), //word seperators
","
)
)
Hope this helps out!
Warm regards,
Joshua
_____________________________
Joshua Cohen-Collier
Technical Support Engineer, Klipfolio