Forum Discussion

SamFares's avatar
SamFares
Brass Contributor
Nov 12, 2021
Solved

Vlookup, Match, Index

Hello, in the attached excel sheet, i am trying to improve it. In sheet "Calcs-P-Delta", Cells K25-K42,  for each cell, it finds the  in sheet J5-2 Column H,  the closest  value to the value in colu...
  • HansVogelaar's avatar
    HansVogelaar
    Nov 12, 2021

    Try this:

     

    =INDEX('J5-2'!$H$2:$H$1728,MATCH(MIN(IF('J5-2'!$I$2:$I$1728<>0,ABS(E24*1000-'J5-2'!$H$2:$H$1728),1E+300)),ABS(E24*1000-'J5-2'!$H$2:$H$1728),0))/1000

Resources