Forum Discussion

user180618's avatar
user180618
Helper I
6 years ago
Solved

Custom column to group similar rows

I have a column with rows that I would like to group together in a new column. For example:

 

Column1
Microsoft
Microsoft: Windows
Apple
Apple: macOS

 

Into:

Column2
Microsoft
Microsoft
Apple
Apple

 

What's the custom column expression to group rows together like that, if there is one?