#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default Auto Sort By Name

I am trying to sort a list of names with the use of a formula. I have a
spread sheet that has a list of hundreds of names and list will continue to
grow over time. I want to resort this list in alphabetical order each time a
new set of names are added to the list. I want to do this with a formula
instead of using the data - sort function.

My data is listed in Column A.

A
Smith John
Louis Steve
Jones Tim
Stevens Bob

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Auto Sort By Name

With data in column A, in B1 enter:

=IF(ROWS(A$1:A1)<=COUNTA($A$1:$A$100),INDEX($A$1:$ A$100,MATCH(SMALL(IF($A$1:$A$100<"",COUNTIF($A$1: $A$100,"<"&$A$1:$A$100)),ROWS(A$1:A1)),IF($A$1:$A$ 100<"",COUNTIF($A$1:$A$100,"<"&$A$1:$A$100)),0)), "")

and copy down

1. this is an array formula that must be entered with CNTRL-SHFT-ENTER
rather than just the ENTER key.

2. adjust the $100 to be more than the maximum possible table size.
--
Gary''s Student - gsnu200835


"Brandon" wrote:

I am trying to sort a list of names with the use of a formula. I have a
spread sheet that has a list of hundreds of names and list will continue to
grow over time. I want to resort this list in alphabetical order each time a
new set of names are added to the list. I want to do this with a formula
instead of using the data - sort function.

My data is listed in Column A.

A
Smith John
Louis Steve
Jones Tim
Stevens Bob

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
Is there a way to Auto sort or save a sort? Barbie Excel Discussion (Misc queries) 11 December 1st 09 09:48 PM
Auto-Sort Won't Sort All Column Cells TikiTembo Excel Discussion (Misc queries) 1 March 25th 08 07:00 PM
Auto sort A Excel Worksheet Functions 1 March 29th 06 11:13 PM
Auto Sort ??? goodpasture Excel Discussion (Misc queries) 0 May 31st 05 08:24 PM
Auto Sort Phil Excel Worksheet Functions 1 November 24th 04 11:13 AM


All times are GMT +1. The time now is 12:50 PM.

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

About Us

"It's about Microsoft Excel"