S
Skin Paul
Hi, Back again with another problem. Using xl 2004 version 11.3.5
The formula below entered as an array(Jik being my data) returns the
Closest match. Please what would I change in the formula to get
not the closest but the data value that is preceding my Target value
E.G Data 100,200,300,400,500. Target value entered 361 returns 400.
If I enter a target value between 300 and 400 would like the array to
Return 300. Hope this is clear.
Thanks Paul
=INDEX(Jik,MATCH(SMALL(ABS(Target-Jik),1),ABS(Target-Jik),0))
The formula below entered as an array(Jik being my data) returns the
Closest match. Please what would I change in the formula to get
not the closest but the data value that is preceding my Target value
E.G Data 100,200,300,400,500. Target value entered 361 returns 400.
If I enter a target value between 300 and 400 would like the array to
Return 300. Hope this is clear.
Thanks Paul
=INDEX(Jik,MATCH(SMALL(ABS(Target-Jik),1),ABS(Target-Jik),0))