Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I want to sort on titles but wish to ignore, but not delete, the .

I am trying to sort journals, or magazine titles (many thousands of them) for
some library work. Some start with the word "The" and some just start with
the word "Journal" while others start with other words.
I want to sort them alphabetically but ignore the word "the" without
deleting that word.
Is there a way to sort by putting a wild card, space, or something in to
ignore it?
thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default I want to sort on titles but wish to ignore, but not delete, the .

the easiest way is to use a helper column
if your titles are in column A
then insert a new column B and enter in B1
=if(left(A1,4)="The ",right(A1,len(A1)-4),A1)
Copy to the end of your data
And sort by column B

"davidandmary" wrote:

I am trying to sort journals, or magazine titles (many thousands of them) for
some library work. Some start with the word "The" and some just start with
the word "Journal" while others start with other words.
I want to sort them alphabetically but ignore the word "the" without
deleting that word.
Is there a way to sort by putting a wild card, space, or something in to
ignore it?
thank you.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sorting data on protected worksheet Sue Excel Discussion (Misc queries) 20 November 7th 06 07:31 PM
Sort by column problems OfficeNDN Excel Worksheet Functions 2 August 31st 06 08:53 AM
How to sort on data field [email protected] Excel Discussion (Misc queries) 0 August 30th 06 10:08 AM
Sort Ascending button - Excel 2003 Ann Scharpf Excel Discussion (Misc queries) 0 May 23rd 05 11:11 PM
Data > Sort function amnesia? Dave D Excel Discussion (Misc queries) 1 November 29th 04 10:44 PM


All times are GMT +1. The time now is 02:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"