Hi,
I just wondering is some faster solution to split data to several streams by values from selected column except filter tool ??
Input:
Expected output
|
|
|
Current solution:
(please ignore errors)
Sure, so this is large dataset, with column with name who putting each line it to the sheet. e.g. in name column there is 15 unique names, and I would like to split this whole dataset for 15 separated streams
Hi @Wojtek_Dz
Yes, what you are doing is the right way. Can I know why you need to split into streams ?
I need to split in to streams, because I want to do calculations for each stream, save it as separate file etc 🙂