Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Grd Grd is offline
external usenet poster
 
Posts: 118
Default How to find the highest name in an alphabetic list?

The max function doesn't seem to work.

could anyone help me out

Tx

Suzanne
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default How to find the highest name in an alphabetic list?

Say the words are in A2:A15. Use the following formula:

=INDEX(A2:A15,MATCH(TRUE,COUNTIF(A2:A15,""&A2:A15 )=0,0))

This is an array formula. Commit with Shift+Ctrl+Enter.

Change the "" with "<" if you want to find the "smallest" (i.e.
closest to A). This one will give you the one closest to zzzzz.

HTH
Kostis Vezerides

On Jul 3, 5:42 pm, Grd wrote:
The max function doesn't seem to work.

could anyone help me out

Tx

Suzanne


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default How to find the highest name in an alphabetic list?

correct for wordwrap
=LOOKUP(2,1/((COUNTIF(A1:A21,""&A1:A21)=0)*(A1:A21<"")),A1:A 21)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Grd" wrote in message
...
The max function doesn't seem to work.

could anyone help me out

Tx

Suzanne


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Grd Grd is offline
external usenet poster
 
Posts: 118
Default How to find the highest name in an alphabetic list?

Thanks Don,

This works for me

"Don Guillett" wrote:

correct for wordwrap
=LOOKUP(2,1/((COUNTIF(A1:A21,""&A1:A21)=0)*(A1:A21<"")),A1:A 21)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Grd" wrote in message
...
The max function doesn't seem to work.

could anyone help me out

Tx

Suzanne



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Grd Grd is offline
external usenet poster
 
Posts: 118
Default How to find the highest name in an alphabetic list?

Thanks Kostis

Had rouble with this (I was probably doing something wrong). I tried Bobs
answer and it worked .

Thanks for your help

"vezerid" wrote:

Say the words are in A2:A15. Use the following formula:

=INDEX(A2:A15,MATCH(TRUE,COUNTIF(A2:A15,""&A2:A15 )=0,0))

This is an array formula. Commit with Shift+Ctrl+Enter.

Change the "" with "<" if you want to find the "smallest" (i.e.
closest to A). This one will give you the one closest to zzzzz.

HTH
Kostis Vezerides

On Jul 3, 5:42 pm, Grd wrote:
The max function doesn't seem to work.

could anyone help me out

Tx

Suzanne





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default How to find the highest name in an alphabetic list?

Glad to help. The other would have worked IF NO blanks and array entered
using ctrl+shift+enter

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Grd" wrote in message
...
Thanks Don,

This works for me

"Don Guillett" wrote:

correct for wordwrap
=LOOKUP(2,1/((COUNTIF(A1:A21,""&A1:A21)=0)*(A1:A21<"")),A1:A 21)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Grd" wrote in message
...
The max function doesn't seem to work.

could anyone help me out

Tx

Suzanne




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
How to find out the 3 highest occurrence of number from a list? Eric Excel Discussion (Misc queries) 5 August 15th 07 04:40 PM
Finding the highest alphabetic name in a list of names s Excel Worksheet Functions 10 December 20th 06 10:10 PM
HIghest Value - Numeric and Alphabetic De-coi via OfficeKB.com Excel Worksheet Functions 2 December 7th 06 12:01 PM
Formula to find highest alphabetic name in a list of names Grd Excel Worksheet Functions 6 March 15th 06 02:44 AM
i need a function to find the highest value in a list Melani Excel Worksheet Functions 2 April 14th 05 07:00 PM


All times are GMT +1. The time now is 08:13 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"