After reviewing all of the content within the Microsoft Community; I have made several changes & updates as the posts indicated & still nothing is working.
I am doing a custom sort by 3 levels:
My Process Level is column A, my Dept # is column B and lastly my Job Code is column C.
When sorting the 3 columns it was working great until yesterday; then it began to it split my sorting in two.
My first 'sort by' is process level. It is sorting properly until line 5174 and it take 668 lines of my data and are sorting them again (but will not sort with the entire spreadsheet). Below is an example:
10110
10120
10200
10300
10400
10500
20112
40120
41130
70200
70300
90300 and then it starts sorting the 668 below this.....
10110
10120
10300 and so on
The first 5173 lines are sorting correctly............and then it is sorting the bottom 668 lines correct but WILL NOT sort them together as one.
There is only one thing I have noticed that can’t seem to figure out ‘why’ this is happening:
· If I change the format to ‘Number’ vs ‘Text’; the columns are set to show 2 decimal points. Lines 1-5173 were
showing as 10110.00 (as it was set for); however Lines 5174 to 5841 show as 10110 (even though it’s set to show 2 zeros after the decimal point). It is lines 5174 to 5841 that are not sorting properly with the rest of the document. Is there some sort of block
on them? Why are the cells/sort not working as I am telling them to.
Any thoughts you can share to help me would be great.
Thanks,
Tanna