Hey guys,
I am using this array formula to get the closest number, in a range, to 100% -
=INDEX(B76:B79,MATCH(MIN(ABS(B76:B79-B74)),ABS(B76:B79-B74),0))
It works great. I was wondering if it is possible to make sure that it only returns values that are under 100%.