ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula to find highest alphabetic name in a list of names (https://www.excelbanter.com/excel-worksheet-functions/77237-formula-find-highest-alphabetic-name-list-names.html)

Grd

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

Ron Rosenfeld

Formula to find highest alphabetic name in a list of names
 
On Tue, 14 Mar 2006 08:23:09 -0800, Grd 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

Domenic

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 ,
Grd 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


Go

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 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


Go

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 ,
Grd 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



Harlan Grove

Formula to find highest alphabetic name in a list of names
 
Domenic wrote...
Try...

=INDEX(A2:A10,MATCH(0,IF(A2:A10<"",COUNTIF(A2:A1 0,""&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)


Domenic

Formula to find highest alphabetic name in a list of names
 
Thanks Harlan! Very interesting...

In article .com,
"Harlan Grove" wrote:

Domenic wrote...
Try...

=INDEX(A2:A10,MATCH(0,IF(A2:A10<"",COUNTIF(A2:A1 0,""&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)



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com