I am wondering if it is possible for excel to sort a range of cells based on the sum of the unicode values of the text in the string.
For example, I have a range as shown below
abc
bde
fgh
bbc
and the result of the formula would produce in a seperate range
abc
bbc
bde
fgh
I am not sure if this type of thing would require a vba solution or if there is a way to use array functions to get this result.
Any help would be greatly appreciated.