|
Re: Text string closest match lookup not using vlookup true
Sorry I entered the wrong formula-the formula I meant if you were looking up closest match on amount is INDEX($E$2:$E$248,MATCH(MIN(ABS($C$2:$C$247-C2)),ABS($C$2:$C$247-C2),0))
I'm looking for an equivalent for text string closest matching-as a Vlookup true would, but without altering the data source into ascending order.
In this case I would be looking for closest text match between column "d" in sheet one and column "e" in sheet two.
|