Lookup the last alpha numeric value

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?

---
 
Back
Top