+ Reply to Thread
Results 1 to 7 of 7

Formula to find highest alphabetic name in a list of names

  1. #1
    Grd
    Guest

    Formula to find highest alphabetic name in a list of names

    Hi,

    I tried using the max function to find the highest name eg Zachary but it
    only seems to work with numbers. I am I doing something wrong?

    Is there some function to find the highest name in a list of names.

    Its driving me crazy. Any help greatly appreciated.

    Thanks

    Sandra

  2. #2
    Ron Rosenfeld
    Guest

    Re: Formula to find highest alphabetic name in a list of names

    On Tue, 14 Mar 2006 08:23:09 -0800, Grd <Grd@discussions.microsoft.com> wrote:

    >Hi,
    >
    >I tried using the max function to find the highest name eg Zachary but it
    >only seems to work with numbers. I am I doing something wrong?
    >
    >Is there some function to find the highest name in a list of names.
    >
    >Its driving me crazy. Any help greatly appreciated.
    >
    >Thanks
    >
    >Sandra


    What do you mean by "highest"?

    If you mean the text string that will sort last in an Excel text sorted range,
    then one way would be to download and install Longre's free morefunc.xll add-in
    from http://xcell05.free.fr

    Then use the formula:

    =VSORT(rng)


    --ron

  3. #3
    Domenic
    Guest

    Re: Formula to find highest alphabetic name in a list of names

    Try...

    =INDEX(A2:A10,MATCH(0,IF(A2:A10<>"",COUNTIF(A2:A10,">"&A2:A10)),0))

    ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

    Hope this helps!

    In article <33BCFF11-1667-45AE-B643-D2720B17CCD1@microsoft.com>,
    Grd <Grd@discussions.microsoft.com> wrote:

    > Hi,
    >
    > I tried using the max function to find the highest name eg Zachary but it
    > only seems to work with numbers. I am I doing something wrong?
    >
    > Is there some function to find the highest name in a list of names.
    >
    > Its driving me crazy. Any help greatly appreciated.
    >
    > Thanks
    >
    > Sandra


  4. #4
    Go
    Guest

    Re: Formula to find highest alphabetic name in a list of names

    thanks ron

    s

    "Ron Rosenfeld" wrote:

    > On Tue, 14 Mar 2006 08:23:09 -0800, Grd <Grd@discussions.microsoft.com> wrote:
    >
    > >Hi,
    > >
    > >I tried using the max function to find the highest name eg Zachary but it
    > >only seems to work with numbers. I am I doing something wrong?
    > >
    > >Is there some function to find the highest name in a list of names.
    > >
    > >Its driving me crazy. Any help greatly appreciated.
    > >
    > >Thanks
    > >
    > >Sandra

    >
    > What do you mean by "highest"?
    >
    > If you mean the text string that will sort last in an Excel text sorted range,
    > then one way would be to download and install Longre's free morefunc.xll add-in
    > from http://xcell05.free.fr
    >
    > Then use the formula:
    >
    > =VSORT(rng)
    >
    >
    > --ron
    >


  5. #5
    Go
    Guest

    Re: Formula to find highest alphabetic name in a list of names

    Thanks this is what i was after. Works nicely
    s

    "Domenic" wrote:

    > Try...
    >
    > =INDEX(A2:A10,MATCH(0,IF(A2:A10<>"",COUNTIF(A2:A10,">"&A2:A10)),0))
    >
    > ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.
    >
    > Hope this helps!
    >
    > In article <33BCFF11-1667-45AE-B643-D2720B17CCD1@microsoft.com>,
    > Grd <Grd@discussions.microsoft.com> wrote:
    >
    > > Hi,
    > >
    > > I tried using the max function to find the highest name eg Zachary but it
    > > only seems to work with numbers. I am I doing something wrong?
    > >
    > > Is there some function to find the highest name in a list of names.
    > >
    > > Its driving me crazy. Any help greatly appreciated.
    > >
    > > Thanks
    > >
    > > Sandra

    >


  6. #6
    Harlan Grove
    Guest

    Re: Formula to find highest alphabetic name in a list of names

    Domenic wrote...
    >Try...
    >
    >=INDEX(A2:A10,MATCH(0,IF(A2:A10<>"",COUNTIF(A2:A10,">"&A2:A10)),0))
    >
    >...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

    ....

    You could shrink that to the nonarray formula

    =LOOKUP(2,1/(COUNTIF(A2:A10,">"&A2:A10&"*")=0),A2:A10)


  7. #7
    Domenic
    Guest

    Re: Formula to find highest alphabetic name in a list of names

    Thanks Harlan! Very interesting...

    In article <1142384290.449836.109910@z34g2000cwc.googlegroups.com>,
    "Harlan Grove" <hrlngrv@aol.com> wrote:

    > Domenic wrote...
    > >Try...
    > >
    > >=INDEX(A2:A10,MATCH(0,IF(A2:A10<>"",COUNTIF(A2:A10,">"&A2:A10)),0))
    > >
    > >...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

    > ...
    >
    > You could shrink that to the nonarray formula
    >
    > =LOOKUP(2,1/(COUNTIF(A2:A10,">"&A2:A10&"*")=0),A2:A10)


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1