Split comma-separated values to multiple columns
To split comma-separated values (CSV) into multiple columns with a formula, you can use the TEXTSPLIT function. In the example below, we use TEXTSPLIT together with REDUCE and VSTACK to split all comma-separated values in column B into multiple …Read more