Lookup the last alpha numeric value

G

Guest

Assuming source data is in row 2,

Put in say, A3 and array-enter the formula,
ie press CSE* instead of just pressing ENTER:
=INDEX(2:2,MAX((2:2<>"")*COLUMN(2:2)))

*CSE = CTRL+SHIFT+ENTER
 
G

Guest

This is pulling the first alpha numeric value, is there a way to pull that
last value.
 
G

Guest

BAKERSMAN said:
This is pulling the first alpha numeric value, is there a way to pull that
last value.

I lost you there. Doesn't the earlier extract the last value in col L?

---
 

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

Top