Re: automatic sort
- From: "Biff" <biffinpitt@xxxxxxxxxxx>
- Date: Mon, 27 Jun 2005 22:50:30 -0400
Hi!
Here's one way but it will only sort based on the first character of the
text entry.
Assume the text entries are in the range A1:A20. To extract those entries
sorted in ascending order, enter this formula as an array with the key combo
of CTRL,SHIFT,ENTER:
=INDEX(A$1:A$20,MATCH(SMALL(CODE(UPPER(LEFT(A$1:A$20,1))),ROW(1:1)),CODE(UPPER(LEFT(A$1:A$20,1))),0))
Copy down as needed.
To sort in descending order, in the formula change SMALL to LARGE.
Biff
"malik641" <malik641.1rau2r_1119899192.7447@xxxxxxxxxxxxxxxxxxxxx> wrote in
message news:malik641.1rau2r_1119899192.7447@xxxxxxxxxxxxxxxxxxxxxxxx
>
> Anybody???
>
>
> --
> malik641
> ------------------------------------------------------------------------
> malik641's Profile:
> http://www.excelforum.com/member.php?action=getinfo&userid=24190
> View this thread: http://www.excelforum.com/showthread.php?threadid=381859
>
.
- Follow-Ups:
- Re: automatic sort
- From: malik641
- Re: automatic sort
- References:
- automatic sort
- From: Robert
- Re: automatic sort
- From: Biff
- Re: automatic sort
- From: malik641
- Re: automatic sort
- From: malik641
- automatic sort
- Prev by Date: Re: Extract multiple records matching criteria from list
- Next by Date: how do i add cells in checkbook register template with formulas?
- Previous by thread: Re: automatic sort
- Next by thread: Re: automatic sort
- Index(es):
Relevant Pages
|