I have the following data:
(xVal is the array)
-20.2
100.4
122
212
302
392
When I use the function: =MATCH(142,xVal,1), it returns the value '3', just as it should. However, when I use the function =MATCH(142,xVal,-1), I get "N/A". Why does it not return 212? According to Excel, the -1 should return the position of the exact value or one higher.
I have to use this function to get the right answer =MATCH(142,xVal,1)+1. I understand it, but I don't understand why the "-1" gives me a "value not available" error.
Thank you for your help!
Thanks!!
Matt
(xVal is the array)
-20.2
100.4
122
212
302
392
When I use the function: =MATCH(142,xVal,1), it returns the value '3', just as it should. However, when I use the function =MATCH(142,xVal,-1), I get "N/A". Why does it not return 212? According to Excel, the -1 should return the position of the exact value or one higher.
I have to use this function to get the right answer =MATCH(142,xVal,1)+1. I understand it, but I don't understand why the "-1" gives me a "value not available" error.
Thank you for your help!
Thanks!!
Matt