Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The only available sort sequences I can find in EXCEL are ASCII and some
customized DAY/DATE sorts. I would like to sort in EBCDIC sequence. I tried to make a customized sort list (i.e. A,B,C....X,Y,Z,1,2....8,9), but that only seems to work on the first character within a cell. It returned P7 before PA on my sort. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...lic.excel.misc |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "gary_h" wrote in message ... The only available sort sequences I can find in EXCEL are ASCII and some customized DAY/DATE sorts. I would like to sort in EBCDIC sequence. I tried to make a customized sort list (i.e. A,B,C....X,Y,Z,1,2....8,9), but that only seems to work on the first character within a cell. It returned P7 before PA on my sort. Referesh my memory - what's EBCDIC? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article , "Doug Kanter" wrote:
"gary_h" wrote in message ... The only available sort sequences I can find in EXCEL are ASCII and some customized DAY/DATE sorts. I would like to sort in EBCDIC sequence. I tried to make a customized sort list (i.e. A,B,C....X,Y,Z,1,2....8,9), but that only seems to work on the first character within a cell. It returned P7 before PA on my sort. Referesh my memory - what's EBCDIC? ... and old character coding system system IIRC :) That said, I think ther are 2 obvious options : 1) Make up a 'custom sort list' in the order you want it and sort using that 2) use a helper column in much the same way. HTH Bruce ---------------------------------------- I believe you find life such a problem because you think there are the good people and the bad people. You're wrong, of course. There are, always and only, the bad people, but some of them are on opposite sides. Lord Vetinari in Guards ! Guards ! - Terry Pratchett Caution ===== followups may have been changed to relevant groups (if there were any) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Gary,
Aside to Doug -- EBCDIC a much more logical assignment of numbers and letters <grin It's a bit messy but you can create another column that you can sort on. The problem is that ASCII is not really the collating sequence used in Excel and it makes a difference if it is one more characters, but the main thing is that letters will sort before digits. see Sorting as if EBCDIC as on a mainframe (#ebcdic) http://www.mvps.org/dmcritchie/excel/sorting.htm#ebcdic --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
EBCDIC is an acronym for Extended Binary-Coded Decimal Interchange Code. It
is used mainly on mainframes. ASCII is used mainly on PC's. EBCDIC used hexadecimal representation (i.e. 00 through FF). The letter A is C1, J is D1, S is E2, zero is F0, space is 40, etc. Gary H. "Doug Kanter" wrote: "gary_h" wrote in message ... The only available sort sequences I can find in EXCEL are ASCII and some customized DAY/DATE sorts. I would like to sort in EBCDIC sequence. I tried to make a customized sort list (i.e. A,B,C....X,Y,Z,1,2....8,9), but that only seems to work on the first character within a cell. It returned P7 before PA on my sort. Referesh my memory - what's EBCDIC? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article , ?B?Z2FyeV9o?= wrote:
EBCDIC is an acronym for Extended Binary-Coded Decimal Interchange Code. It is used mainly on mainframes. ASCII is used mainly on PC's. EBCDIC used hexadecimal representation (i.e. 00 through FF). The letter A is C1, J is D1, S is E2, zero is F0, space is 40, etc. ... and IIRC you can do "accurate" calculations (meaning rounding error free) with it, as many calculators do. ? Bruce ---------------------------------------- I believe you find life such a problem because you think there are the good people and the bad people. You're wrong, of course. There are, always and only, the bad people, but some of them are on opposite sides. Lord Vetinari in Guards ! Guards ! - Terry Pratchett Caution ===== followups may have been changed to relevant groups (if there were any) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I sort letters before numbers in Excel? | Excel Discussion (Misc queries) | |||
Sort Ascending button - Excel 2003 | Excel Discussion (Misc queries) | |||
Sort Ascending button - Excel 2003 | Excel Discussion (Misc queries) | |||
Formula Integrity Not Preserved During Sort in Excel 2000 | Excel Discussion (Misc queries) | |||
Excel Sort function should not sort the cell formatting! | Excel Worksheet Functions |