How do I select the last alphanumric word in an excel column with.

  • Thread starter Thread starter Guest
  • Start date Start date
Try this:

=LOOKUP(REPT("z",255),A:A)

Will return the last TEXT entry in column A.

Biff
 
=LOOKUP(2,1/(A1:A200<>""),A1:A200)

will find number or text

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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