Hi
I have a data set of numbers.
Range is A1:SH602
I am trying to set a formula that will return:
The cells in that range that holds matching value to number in cell A607 (there may be more than one cell with matching value)
In case there are no matching cells, return the cells with closest value.
I tried using this array formula:
=INDEX(A1:SH602,MATCH(MIN(ABS(A1:SH602-A607)),ABS(A1:SH602-A607),0))
But it returns an error
Thanks
Bookmarks