Hi,
I hope this question hasn't already been answered, I promise I did search the forums prior to, but to no avail. I apologise if it has however.
Premise: I have a column starting at cell A1 (with a value of 0 i.e. zero), which increment by 0.1 upto and include cell A4601 e.g.
Cell No: Value:
A1 0
A2 0.1
A3 0.2
.
.
A4601 460
When I use MATCH to locate a number (specified in cell D2, which is rounded to one decimal place; not by using the ROUND function), I encounter an error (i.e. #N/A) when the match-type is 0 (i.e. zero);
MATCH($D$2,$A$1:$A$4601,0)
Please note: for values between 0 and 1.3, no error is encountered only >=1.4.
However, when I change the match_type to 1 (i.e. locate the largest value that is less than or equal to the desired value in D2, as opposed to locating the first cell that is exactly equal to D2) i.e.
MATCH($D$2,$A$1:$A$4601,1)
...it works!
I am at a bit of a loss as to why the MATCH with a match_type of 0 does not work, because all the numbers in column A are unique (i.e. not duplicated).
Any help or advice anyone could provide would be massively appreciated.
Kindest regards,
2016LM
I hope this question hasn't already been answered, I promise I did search the forums prior to, but to no avail. I apologise if it has however.
Premise: I have a column starting at cell A1 (with a value of 0 i.e. zero), which increment by 0.1 upto and include cell A4601 e.g.
Cell No: Value:
A1 0
A2 0.1
A3 0.2
.
.
A4601 460
When I use MATCH to locate a number (specified in cell D2, which is rounded to one decimal place; not by using the ROUND function), I encounter an error (i.e. #N/A) when the match-type is 0 (i.e. zero);
MATCH($D$2,$A$1:$A$4601,0)
Please note: for values between 0 and 1.3, no error is encountered only >=1.4.
However, when I change the match_type to 1 (i.e. locate the largest value that is less than or equal to the desired value in D2, as opposed to locating the first cell that is exactly equal to D2) i.e.
MATCH($D$2,$A$1:$A$4601,1)
...it works!
I am at a bit of a loss as to why the MATCH with a match_type of 0 does not work, because all the numbers in column A are unique (i.e. not duplicated).
Any help or advice anyone could provide would be massively appreciated.
Kindest regards,
2016LM