L
Legacy 143009
Guest
Hi!
What would be the best practice to get the following result from the sample arrays below:
A2, A10, B8 => Expected result: 1,2,3
B6, C3, A7 => Expected result: 2,3,1
C12, C2, B9 => Expected result: 3,2,1
and so on.. You got the idea I guess. I can't share a sample code because I have no idea. Sorting alphanumerics is already a challenge. Excel normally understands A10, A2, A3 as sorted values, which is not in this case. Reverse engineering it and finding the order is another story. I will be glad if you can help.
What would be the best practice to get the following result from the sample arrays below:
A2, A10, B8 => Expected result: 1,2,3
B6, C3, A7 => Expected result: 2,3,1
C12, C2, B9 => Expected result: 3,2,1
and so on.. You got the idea I guess. I can't share a sample code because I have no idea. Sorting alphanumerics is already a challenge. Excel normally understands A10, A2, A3 as sorted values, which is not in this case. Reverse engineering it and finding the order is another story. I will be glad if you can help.