I don’t know if this is possible, but I have a column of data that is formatted “A-nn” the letters are B, D, and M. The number starts with “1” and goes up.
When sorting now, the program sorts the first number, then the second. Is there a way to sort the value numerically, e.g., 1, 2, 3, etc?
I hope that makes sense.
Thanks