I want to select an element from a list in a cell.
This does not work:
A1 {10;20}
B1 =index(A1;2) => #VERW! (Dutch)
This works:
=INDEX({10;20};2) => 20
How can I select a value from the list in A1
with a function in another cell?
I want to select an element from a list in a cell.
This does not work:
A1 {10;20}
B1 =index(A1;2) => #VERW! (Dutch)
This works:
=INDEX({10;20};2) => 20
How can I select a value from the list in A1
with a function in another cell?