Last Alphabetically

  • Thread starter Thread starter mark.wolven
  • Start date Start date
M

mark.wolven

Is there a function that would tell me the term that is last
alphabetically in a range? For a sample, the values look like IDs
like: ORIG257

Things like MAX and LARGE only work against numeric values. Is there a
function that I do not know about?
 
Try this:

=LOOKUP(2,1/(COUNTIF(A1:A10,">"&A1:A10)=0)/ISTEXT(A1:A10),A1:A10)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top