sorting letters in words into alphabetical order

B

bobf

I have an Excel column of surnames. Is there any way of
sorting the letters within each surname into alphabetical
order, OTHER than by using left, mid and right functions
to strip out the individual letters and then perform a
sort on them. Thanks in advance. Bobf
 
B

Bob Phillips

Bob,

You need to strip them out as Sort has no substring facility in the key.

Other than that you need VBA.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
A

AlfD

Hi!

Use Data > Text to columns. Set switch as fixed length and use length =
1
This will expand the word to one letter per column which is sortable
using Data > Sort > Options > Sort left to right.

Alf
 
A

AlfD

Hi!

Use Data > Text to columns. Set switch as fixed length and use length =
1
This will expand the word to one letter per column which is sortable
using Data > Sort > Options > Sort left to right.

Alf
 
M

Myrna Larson

You've been told how to split the data, but my question for you is, WHY do you
want/need to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top