Hello everyone,
I have a file in which i need to sort a database extract based on an alphanummerical column. The column is set to text to ensure it doesnt sort numbers before text, which works well.
However, a problem arises when users 'neglect' to input 1A as 01A;
Excel sorts my file as follows: 10A, 10B, 11C, 19A, 1A, 20A, 2A, MM10, MM11, MM1
In stead of the desired: 1A, 2A, 10A, 10B, 11C, 19A, 20A, MM1, MM10, MM11.
If the user inputs 01A in stead of 1A it works fine, but sadly i dont have this control to enforce it in the system it's input into.
Does anyone know a solution to this problem?
Kind regards,
Oxydo
I have a file in which i need to sort a database extract based on an alphanummerical column. The column is set to text to ensure it doesnt sort numbers before text, which works well.
However, a problem arises when users 'neglect' to input 1A as 01A;
Excel sorts my file as follows: 10A, 10B, 11C, 19A, 1A, 20A, 2A, MM10, MM11, MM1
In stead of the desired: 1A, 2A, 10A, 10B, 11C, 19A, 20A, MM1, MM10, MM11.
If the user inputs 01A in stead of 1A it works fine, but sadly i dont have this control to enforce it in the system it's input into.
Does anyone know a solution to this problem?
Kind regards,
Oxydo
Comment