I seem to be having a recurring problem with sorting numerical data that is being treated as text. What I'm working with is 6-digit strings, formatted as text. The string is all numbers, but must be formatted as text because some strings begin with "0".
What happens is that we start with an initial column of say, 300 cells. We then paste in another 100 cells below, which then need to be sorted into the original 300. The entire column is highlighted and formatted to text.
Upon sorting, the 100 new cells sort at the top, in order relative each other, then the original 300 are sorted below the new 100, again in relative order. I find with the 100 new cells, if I start retyping them manually and resort, the retyped ones will sort properly into the larger list.
Obviously somehow the formatting is not being recognized. All the data is structured exactly the same - meaning there are no single quotes or characters before the 6 digits. All I need to do is be able to paste new cells into the column and have them sort properly. I would think that formatting all the cells the same (as text) would create uniformity. It doesn't. How can I easily remedy this?
Remember, some strings start with a "0", so I *cannot* convert this cells to numerical format, or I'll lose an important digit. I must have these formatted as text or something equivolent.
Thanks so much for helping.
What happens is that we start with an initial column of say, 300 cells. We then paste in another 100 cells below, which then need to be sorted into the original 300. The entire column is highlighted and formatted to text.
Upon sorting, the 100 new cells sort at the top, in order relative each other, then the original 300 are sorted below the new 100, again in relative order. I find with the 100 new cells, if I start retyping them manually and resort, the retyped ones will sort properly into the larger list.
Obviously somehow the formatting is not being recognized. All the data is structured exactly the same - meaning there are no single quotes or characters before the 6 digits. All I need to do is be able to paste new cells into the column and have them sort properly. I would think that formatting all the cells the same (as text) would create uniformity. It doesn't. How can I easily remedy this?
Remember, some strings start with a "0", so I *cannot* convert this cells to numerical format, or I'll lose an important digit. I must have these formatted as text or something equivolent.
Thanks so much for helping.