Hi, I have become obssesed to finish a little program to find the optimum ECT (Edge Crush Test) to get the best BCT (Box Compression Test), and I am stuck with this part I have enclosed an small archive in order to explain more clearly my problem. I get in a cell a number that might be close or near a set of numbers as you can see in the archive, what I want is once I have that number to pick from the table the appropiate and closest number in it, according to the program I am trying to put togheter this number which is obtained from it always wilkl be within a close range of the table shown staring with 23 and ending in 82, could anyone of you tell me how can I obtain a proper result, I trit with the functions INDEX, MATCH, MIN. ABS, COLUMNS with no success, always getting errors which I have not been able to decipher! I want to thank you in advance for your help on this proyect - AGUSTIN DE LA GARZA
COLOR ECT 19 = SEARCHED VALUE
CORR. SENCILLO 23
CORR. SENCILLO 26 ?? = THE MORE CLOSEST VALUE
CORR. SENCILLO 29
CORR. SENCILLO 32
CORR. SENCILLO 40
CORR. SENCILLO 44
CORR. SENCILLO 55
CORR. DOBLE 42
CORR. DOBLE 48
CORR. DOBLE 51
CORR. DOBLE 61
CORR. DOBLE 71
CORR. DOBLE 82
NOTE:- The SEARCHED VALUE can be any value but close to those of the matrix, but not equal to any of them, what I want is
that the result be the closest number in the matrix to the SEARCHED VALUE and to be placed in the cell which is called
THE MORE CLOSEST VALUE.
P.S. In the ilustrated case I imagine that THE MOST CLOSEST VALUE would be "23" let say that the SEARCHED VALUE would be
"28" then the answer would be "29" from the matrix which is the closest value to that number, actually That is what I want
that the formula might do!!!
COLOR ECT 19 = SEARCHED VALUE
CORR. SENCILLO 23
CORR. SENCILLO 26 ?? = THE MORE CLOSEST VALUE
CORR. SENCILLO 29
CORR. SENCILLO 32
CORR. SENCILLO 40
CORR. SENCILLO 44
CORR. SENCILLO 55
CORR. DOBLE 42
CORR. DOBLE 48
CORR. DOBLE 51
CORR. DOBLE 61
CORR. DOBLE 71
CORR. DOBLE 82
NOTE:- The SEARCHED VALUE can be any value but close to those of the matrix, but not equal to any of them, what I want is
that the result be the closest number in the matrix to the SEARCHED VALUE and to be placed in the cell which is called
THE MORE CLOSEST VALUE.
P.S. In the ilustrated case I imagine that THE MOST CLOSEST VALUE would be "23" let say that the SEARCHED VALUE would be
"28" then the answer would be "29" from the matrix which is the closest value to that number, actually That is what I want
that the formula might do!!!