Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Google Sheets: FLATTEN data from SPLIT

$
0
0

I have a column of strings containing data split by semicolons:

game1;video1;photo1

game2;video2;

event1;recape1;videoe1;photoe1

etc

i would like to convert it into one column containing:

game1

video1

photo1

game2

video2

event1

recape1

videoe1

photoe1

so what i'm thinking is using SPLIT and then using FLATTEN (and filter for the empty ones) on the result. but that means i have to use up N columns just for the transition.is it possible to pack it into one neat formula? so i have one input column and one output column?thanks!


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>