Sort Parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of different titles, some with words like "the" at the front
and I cant figure out how or if its possible to sort the list alphabetically
with out Excel picking up those words as the primary word to sort by. Is it
possible to make excel ignore those words when sorting? And if so how?
Thanks!
 
To remove "The" as the first word in a helper column to be sorted
A2: 'The Cat and the Cradle
B2: =IF(LEFT(UPPER(A1),4) = "THE ",MID(A1,5,200),A1)
 

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

Back
Top