G
GBL
Hi:
Been trying with no joy:
LOOKUP(VALUE(MID(C4,2,1)),$J$3:$M$10,$K$3:$K$10)
Cell C4 is formatted as text and equal to "123"
Am trying in the above example to extract "2" to make the Lookup work.
Also tried:
LOOKUP(MID(C4,2,1),$J$3:$M$10,$K$3:$K$10)
with no joy.
But LOOKUP(C4,$J$3:$M$10,$K$3:$K$10)
does work if cell C4 is changed to "2".
Any help greatly appreciated.
Been trying with no joy:
LOOKUP(VALUE(MID(C4,2,1)),$J$3:$M$10,$K$3:$K$10)
Cell C4 is formatted as text and equal to "123"
Am trying in the above example to extract "2" to make the Lookup work.
Also tried:
LOOKUP(MID(C4,2,1),$J$3:$M$10,$K$3:$K$10)
with no joy.
But LOOKUP(C4,$J$3:$M$10,$K$3:$K$10)
does work if cell C4 is changed to "2".
Any help greatly appreciated.