Hello, I need to sort text cells with diacritics, like words with acute (Á)
and carron (Č).
eg. I have words Acam, Ácam, Acom, Ačom... and I need to sort them like
this: Acam, Acom, Ačom, Ácam... Please help, thanks.
|
|
0
|
|
|
|
Reply
|
Utf
|
1/27/2010 1:59:03 PM |
|
Why would Ačom come before Ácam?
Is this type of sort a common need in your profession/industry/location?
Are you able to use VBA code (macro)?
--
Jim Cone
Portland, Oregon USA
"semofan" <semofan@discussions.microsoft.com>
wrote in message
news:8ED04AA5-FCA5-4E5D-BBE0-938C09B20FCE@microsoft.com...
Hello, I need to sort text cells with diacritics, like words with acute (Á)
and carron (Č).
eg. I have words Acam, Ácam, Acom, Ačom... and I need to sort them like
this: Acam, Acom, Ačom, Ácam... Please help, thanks.
|
|
0
|
|
|
|
Reply
|
Jim
|
1/27/2010 7:16:50 PM
|
|
To Jim Cone: Yes, exactly like you said, I need this type of sort in my job.
I have to sort different surnames and our alphabet (Slovak language) looks
like this: A, a, Á, á, B, b, C, c, Č, č, D, d... So I have to sort
alphabetically the names at first by the 1st character in word, then by the
2nd character in word, etc.
eg. after the sort it would be: Acam, Acom, Ačom, Adam, Ácam, Áčam, Ádam,
Áďam, Boris, Brian, Broke, Břian, Břuno, Cecil, Černý, David, ...
VBA code can be used , but I need instructions.
Michal Semelak
„Jim Cone" napísal (napísala):
> Why would Ačom come before Ácam?
> Is this type of sort a common need in your profession/industry/location?
> Are you able to use VBA code (macro)?
> --
> Jim Cone
> Portland, Oregon USA
>
>
>
> "semofan" <semofan@discussions.microsoft.com>
> wrote in message
> news:8ED04AA5-FCA5-4E5D-BBE0-938C09B20FCE@microsoft.com...
> Hello, I need to sort text cells with diacritics, like words with acute (Á)
> and carron (Č).
> eg. I have words Acam, Ácam, Acom, Ačom... and I need to sort them like
> this: Acam, Acom, Ačom, Ácam... Please help, thanks.
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
1/27/2010 9:51:01 PM
|
|
Michal,
Windows XP has a Slovak language setting (control panel) and so does XL 2007 (options).
Using those settings, I would think, should enable a proper sort order. Have you tried them?
'--
Jim Cone
(Useful Excel downloads at http://excelusergroup.org/)
"semofan" <semofan@discussions.microsoft.com>
wrote in message
news:521D1C4D-F127-4435-A868-0F12F3CF4441@microsoft.com...
To Jim Cone: Yes, exactly like you said, I need this type of sort in my job.
I have to sort different surnames and our alphabet (Slovak language) looks
like this: A, a, Á, á, B, b, C, c, Č, č, D, d... So I have to sort
alphabetically the names at first by the 1st character in word, then by the
2nd character in word, etc.
eg. after the sort it would be: Acam, Acom, Ačom, Adam, Ácam, Áčam, Ádam,
Áďam, Boris, Brian, Broke, Břian, Břuno, Cecil, Černý, David, ...
VBA code can be used , but I need instructions.
Michal Semelak
„Jim Cone" napísal (napísala):
> Why would Ačom come before Ácam?
> Is this type of sort a common need in your profession/industry/location?
> Are you able to use VBA code (macro)?
> --
> Jim Cone
> Portland, Oregon USA
> "semofan" <semofan@discussions.microsoft.com>
> wrote in message
> news:8ED04AA5-FCA5-4E5D-BBE0-938C09B20FCE@microsoft.com...
> Hello, I need to sort text cells with diacritics, like words with acute (Á)
> and carron (Č).
> eg. I have words Acam, Ácam, Acom, Ačom... and I need to sort them like
> this: Acam, Acom, Ačom, Ácam... Please help, thanks.
|
|
0
|
|
|
|
Reply
|
Jim
|
1/27/2010 11:47:10 PM
|
|
Yes, I have Win7 and Office 07 both in Slovak language. I have to use my own
order to sort by using VBA.
„Jim Cone" napísal (napísala):
> Michal,
>
> Windows XP has a Slovak language setting (control panel) and so does XL 2007 (options).
> Using those settings, I would think, should enable a proper sort order. Have you tried them?
> '--
> Jim Cone
> (Useful Excel downloads at http://excelusergroup.org/)
>
>
>
>
> "semofan" <semofan@discussions.microsoft.com>
> wrote in message
> news:521D1C4D-F127-4435-A868-0F12F3CF4441@microsoft.com...
> To Jim Cone: Yes, exactly like you said, I need this type of sort in my job.
> I have to sort different surnames and our alphabet (Slovak language) looks
> like this: A, a, Á, á, B, b, C, c, Č, č, D, d... So I have to sort
> alphabetically the names at first by the 1st character in word, then by the
> 2nd character in word, etc.
> eg. after the sort it would be: Acam, Acom, Ačom, Adam, Ácam, Áčam, Ádam,
> Áďam, Boris, Brian, Broke, Břian, Břuno, Cecil, Černý, David, ...
> VBA code can be used , but I need instructions.
> Michal Semelak
>
>
>
> „Jim Cone" napísal (napísala):
> > Why would Ačom come before Ácam?
> > Is this type of sort a common need in your profession/industry/location?
> > Are you able to use VBA code (macro)?
> > --
> > Jim Cone
> > Portland, Oregon USA
>
>
>
>
>
> > "semofan" <semofan@discussions.microsoft.com>
> > wrote in message
> > news:8ED04AA5-FCA5-4E5D-BBE0-938C09B20FCE@microsoft.com...
> > Hello, I need to sort text cells with diacritics, like words with acute (Á)
> > and carron (Č).
> > eg. I have words Acam, Ácam, Acom, Ačom... and I need to sort them like
> > this: Acam, Acom, Ačom, Ácam... Please help, thanks.
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
1/28/2010 9:20:01 AM
|
|
So are you saying that Excel 2007 does not sort correctly?
-or-
Are you saying that you want a specific custom sort order that is not in Slovak alphabetical order?
'--
Separate question: Is the following, that I put together, the correct character order for the Slovak alphabet?
(46 characters times 2; upper and lower case)
A
Á
Ä
a
á
ä
B
b
C
Č
c
č
D
Ď
DZ
DŽ
d
ď
dz
dž
E
É
e
é
F
f
G
g
H
h
CH
ch
I
Í
i
í
J
j
K
k
L
Ĺ
Ľ
l
ĺ
ľ
M
m
N
Ň
n
ň
O
Ó
Ô
o
ó
ô
P
p
Q
q
R
r
ŕ
Ŕ
S
Š
s
š
T
Ť
t
ť
U
Ú
u
ú
V
v
W
w
X
x
Y
Ý
y
ý
Z
Ž
z
ž
'--
"semofan" <semofan@discussions.microsoft.com>
wrote in message
news:5EE55AC0-4600-4529-A3E6-7A881554CFF4@microsoft.com...
Yes, I have Win7 and Office 07 both in Slovak language. I have to use my own
order to sort by using VBA.
„Jim Cone" napísal (napísala):
> Michal,>
> Windows XP has a Slovak language setting (control panel) and so does XL 2007 (options).
> Using those settings, I would think, should enable a proper sort order. Have you tried them?
> '--
> Jim Cone
> (Useful Excel downloads at http://excelusergroup.org/)
> "semofan" <semofan@discussions.microsoft.com>
> wrote in message
> news:521D1C4D-F127-4435-A868-0F12F3CF4441@microsoft.com...
> To Jim Cone: Yes, exactly like you said, I need this type of sort in my job.
> I have to sort different surnames and our alphabet (Slovak language) looks
> like this: A, a, Á, á, B, b, C, c, Č, č, D, d... So I have to sort
> alphabetically the names at first by the 1st character in word, then by the
> 2nd character in word, etc.
> eg. after the sort it would be: Acam, Acom, Ačom, Adam, Ácam, Áčam, Ádam,
> Áďam, Boris, Brian, Broke, Břian, Břuno, Cecil, Černý, David, ...
> VBA code can be used , but I need instructions.
> Michal Semelak
>
>
>
> „Jim Cone" napísal (napísala):
> > Why would Ačom come before Ácam?
> > Is this type of sort a common need in your profession/industry/location?
> > Are you able to use VBA code (macro)?
> > --
> > Jim Cone
> > Portland, Oregon USA
>
>
>
>
>
> > "semofan" <semofan@discussions.microsoft.com>
> > wrote in message
> > news:8ED04AA5-FCA5-4E5D-BBE0-938C09B20FCE@microsoft.com...
> > Hello, I need to sort text cells with diacritics, like words with acute (Á)
> > and carron (Č).
> > eg. I have words Acam, Ácam, Acom, Ačom... and I need to sort them like
> > this: Acam, Acom, Ačom, Ácam... Please help, thanks.
>
> .
>
|
|
0
|
|
|
|
Reply
|
Jim
|
1/28/2010 1:33:55 PM
|
|
More information.
Microsoft sells a Slovak "language pack" for $25.00 at...
http://buy.trymicrosoftoffice.com/buyus/product.aspx?r=US_USD&family=langpack&culture=en-US
It might be worth a gamble for that amount of money.
'--
Jim Cone
|
|
0
|
|
|
|
Reply
|
Jim
|
1/28/2010 2:24:53 PM
|
|
|
6 Replies
385 Views
(page loaded in 0.142 seconds)
Similiar Articles: Sort text cells with diacritics in Excel - microsoft.public.excel ...Hello, I need to sort text cells with diacritics, like words with acute (Á) and carron (Č). eg. I have words Acam, Ácam, Acom, Ačom... and I need ... Excel 2007 - Formatting text in cell (character by character ...Sort text cells with diacritics in Excel - microsoft.public.excel ... There are 9000 rows of data and I don't want to sort through the ... Excel :: Extract Numeric ... extracting specific info from text cell. - microsoft.public.excel ...Sort text cells with diacritics in Excel - microsoft.public.excel ... Count cells with specific text between two dates? - microsoft ... Excel 2007 Utf 2 133 ... extracting ... How to sort names in alphabetical ascending order? - microsoft ...Sort text cells with diacritics in Excel - microsoft.public.excel ... How to sort names in alphabetical ascending order? - microsoft ... Excel - Office.com Sort data in ... Strip out text/numbers - microsoft.public.excelIn Excel 2003, use Data > Text To Columns. ----- original ... You can fix the values and then sort each ... cells ... in a formula to combine text from multiple cells ... Sorting cells with a string formulas - microsoft.public.excel ...Sorting text cells using array formula in excel | Get Digital Help ... Sorting text cells using array formula in excel; Sorting numbers and text cells also removing blanks ... Count cells with specific text between two dates? - microsoft ...Count records between two dates in excel | Get Digital Help ... Someone googled Count records between date range ... Sorting text cells using array ... cells are user ... sorting two columns of merged cells - microsoft.public.excel.misc ...Merging Cells and Sorting - microsoft.public.excel.misc ... sorting two columns of ... Problems autofit rowheight with wrapped text (but no merged cells ... sorting two ... Merging Cells and Sorting - microsoft.public.excel.misc ...Sorting - Merge / combine two tables based on a common ... column >contains text, I merged several cells together ... ... merged cells: group:*excel* sort merged cells ... Sorting multiple columns that have similar data - microsoft.public ...How do I Add Data at the beginning of multiple cells in Excel ... Sorting multiple columns that have similar data - microsoft.public ... Instead I wind up sorting the first ... Sort text cells with diacritics in Excel - microsoft.public.excel ...Hello, I need to sort text cells with diacritics, like words with acute (Á) and carron (Č). eg. I have words Acam, Ácam, Acom, Ačom... and I need ... Sort text cells with diacritics in Excel - ExcelBanterExcel Discussion (Misc queries) ... Hello, I need to sort text cells with diacritics, like words with acute (à ) and ... Why would AÄ om come before à cam? Is ... Sort Alphanumeric Text. Sort Cells With Text & Numbers in ExcelSorting Alphanumeric Text in Excel. Sort Cells With Text & Numbers Sorting Text Alphabetically using Excel Formulas | Chandoo.org ...Sorting text cells using array formula in excel says: ... Friend I am inspired once again by the article Sorting Text in Excel ... Sort data in a range or table - Excel - Office.comSort data in Excel 2007 by numbers, text such as alphabetical order, dates, colors, icons, or ... Under Sort On, select Cell Color, Font Color, or Cell Icon. Click the arrow ... 7/20/2012 8:58:37 PM
|