Good Morning
I wondering if its possible to create a formula that would split a cell by a comma and keep only the values that start with "TV -".
Keep only unique values
Take the data and insert a line feed between each grouped value before saving it to the column as shown in the Output column below)
The data looks like this
The desired output would look like this
I wondering if its possible to create a formula that would split a cell by a comma and keep only the values that start with "TV -".
Keep only unique values
Take the data and insert a line feed between each grouped value before saving it to the column as shown in the Output column below)
The data looks like this
Group |
TV - Blue, TV - Blue, TV - Red, Parts, Wheels |
The desired output would look like this
Group | Output |
TV - Blue, TV - Blue, TV - Red, Parts, Wheels | TV - Blue, TV - Red |