I am trying to consider only the least few in an array of some X number's, i am getting #NUM! error when the function cannot find the length specified.
Example- Small(range,{1,2,3}) here the range of cells that contain numeric value is "range" and {1,2,3} is the 3 smallest number to be considered, what happens if the range has only 2 digits instead of 10.
Any advises will be helpful. I was expecting a solution where the number can be made adjusted from the numerics available.
Here is the best example i can give