I'm trying to use match, to find the relative position of the smallest number, in a large array of calculated data.
First, I use the "small" function, to find the smallest number in the array. (works fine)
Trying to match that number in the data array, gets me the "#N/A" error.
I am using "match type = 0", to find the exact match.
What can I be doing wrong?
First, I use the "small" function, to find the smallest number in the array. (works fine)
Trying to match that number in the data array, gets me the "#N/A" error.
I am using "match type = 0", to find the exact match.
What can I be doing wrong?