Hi everyone!
I'm struggling with an array to sort a list alphabetically (list is dynamic), I've tried virtually every forum related to this issue and all of the proposed ideas seem to fail when the text on some cells is rather large (looks like 255 is the maximum characters it can take?)
I'm using this array since there are duplicates on the list, and it respects that:
=INDEX(List,MATCH(SMALL(COUNTIF(List,"<"&List),ROW(1:1)),COUNTIF(List,"<"&List),0))
I've already checked chandoo.org/wp/2008/10/22/sorting-text-in-excel-using-formulas/
Thanks!
I'm struggling with an array to sort a list alphabetically (list is dynamic), I've tried virtually every forum related to this issue and all of the proposed ideas seem to fail when the text on some cells is rather large (looks like 255 is the maximum characters it can take?)
I'm using this array since there are duplicates on the list, and it respects that:
=INDEX(List,MATCH(SMALL(COUNTIF(List,"<"&List),ROW(1:1)),COUNTIF(List,"<"&List),0))
I've already checked chandoo.org/wp/2008/10/22/sorting-text-in-excel-using-formulas/
Thanks!