Excel: Sort Doesn't Change Order of Lower/Upper Case LettersLast reviewed: November 2, 1994Article ID: Q64341 |
SUMMARYThe Microsoft Excel Sort command (on the Data menu) does not take into account the ASCII value of the characters it is sorting. For example, if the letter "a" (lowercase) is typed into a cell and the letter "A" (uppercase) is typed into an adjacent cell, choosing Sort from the Data menu will retain the current order of these letters. Therefore, if a column of "a"'s and "A"'s is entered into a worksheet, executing the Sort command will not change the order of the data.
D D +---+ +---+ 1 | a | <--- Performing a Data Sort on the 1 | a | +---+ values in D1:D4 will return ----> +---+ 2 | A | 2 | A | +---+ There is no change in organization. +---+ 3 | A | 3 | A | +---+ +---+ 4 | a | 4 | a | +---+ +---+ MORE INFORMATIONTo sort a column of "a"'s and "A"'s,
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |