I need to look up the last alpha numeric value in a row.
M Max Jul 27, 2007 #2 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
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
B BAKERSMAN Jul 27, 2007 #5 This is pulling the first alpha numeric value, is there a way to pull that last value.
M Max Jul 27, 2007 #6 BAKERSMAN said: This is pulling the first alpha numeric value, is there a way to pull that last value. Click to expand... I lost you there. Doesn't the earlier extract the last value in col L?
BAKERSMAN said: This is pulling the first alpha numeric value, is there a way to pull that last value. Click to expand... I lost you there. Doesn't the earlier extract the last value in col L?