I am trying to find a formula to match the last cell in a row range containing a set character and return the value from another row in the same column.
The closest solution I can find is:-
=LOOKUP(2,1/(A1:A10=J1),B1:B10)
but this only appears to work for exact matches.
Does anybody know how to use wildcard characters with this, or does anybody have any other suggestions?
The closest solution I can find is:-
=LOOKUP(2,1/(A1:A10=J1),B1:B10)
but this only appears to work for exact matches.
Does anybody know how to use wildcard characters with this, or does anybody have any other suggestions?