Hi there,
I am trying to do sort a mixture of numeric, alphabetic and alphanumeric cells.
My data is as follows in say column A : 2,1,0,g,f,1a,0a
What I want to achieve is to end up with the the following order : f,g,0,0a,1,1a,2
By converting the data to text and then sorting I do manage to...