Need help with a list sorting

Hi guys, is there any function to split the list in this way?


so i am not sure what you looking for

It’s not exactly what i am looking for.I have 894 different codes to list in a new list not just a,b and c. Thank you anyway

Maybe try being a little more specific then?

I have a two levels list that cointans 894 different items. Some of those items are equals. I want to create a three levels list sorted by the same value. Here another example:

List.GroupByKey where the list and the key are the same list. As long as the items are comparable that will work.

2 Likes

Exactly what i need. i remember there was some comand with key

2 Likes