Using INDEX
and MATCH
for lookups and came across an expression someone used in the form of:
=INDEX(*range used*, MATCH(MIN(ABS(data!E2-lookup!$L$5:$L$105)),ABS(data!E2-lookup!$L$5:$L$105),0))
lookup!$L$5:$L$105
is the value lookup table range. I know what its suppose to do but the data!E2-lookup!$L$5:$L$105
part does not make sense. How does this work?