It seems that the result of my array formula depends on the row. Please see the image attached. Cell C2
looks up from the value of the cell above it (s3
) from $A$3:$A$11
, and tries to return values in $B$3:$B$11
if matched. So are cells D3
, E4
, F5
, etc. I expect the values should be the same. However, I got Error in Value
for C2
, D3
, and E4
, as well as M12
and N13
. I got FALSE
in F5
, H7
, I8
, J9
, and L11
. The only 2 cells that got valid results are G6
and K10
where the cells themselves are on the same row as where s3
is found.
相关问题
- How to get the maximum of more than 2 numbers in V
- Faster loop: foreach vs some (performance of jsper
- Convert Array to custom object list c#
- Excel sunburst chart: Some labels missing
- pick a random item from a javascript array
相关文章
- Numpy matrix of coordinates
- PHP: Can an array have an array as a key in a key-
- Get column data by Column name and sheet name
- Accessing an array element when returning from a f
- How can I convert a PHP function's parameter l
- How to make a custom list deserializer in Gson?
- programmatically excel cells to be auto fit width
- Recursively replace keys in an array
The formula in the screenshot has not been array-entered. If it had been, it would show "FALSE". The formula does not make sense, since it returns an array, not a single value. An array cannot be shown in a cell, so only the first value of the array will be returned.