Text To List
Convert text separated by a character into a list.
Tip: for newline-separated text, use \n is not supported here (we split by a character).
Output is generated automatically.
Result—
Example: apple, banana, orange → 3 lines
Formula
Split by separator → trim → one item per line