I have a worksheet that is a list of book titles. I would like to sort it in what I believe they call grammatic order. That is, alphabetically but if the title begins with "The " or "A ", ignore those characters and use the next word.
Note I included the blank after each.
So if I had titles like "The Apple" and "Orange", a sort would have "The Apple" come before "Orange".
Is there an easy way?
Oh, BTW a VBA macro is OK because I'm doing it inside a macro already.
Thanks In advance
Pete
Note I included the blank after each.
So if I had titles like "The Apple" and "Orange", a sort would have "The Apple" come before "Orange".
Is there an easy way?
Oh, BTW a VBA macro is OK because I'm doing it inside a macro already.
Thanks In advance
Pete
Last edited: