Hi, simple question:
I have this working function:
=INDEX((A1:C6, A8:C11), 2, 2, 2)
Now, what I want to do is the following:
I want the INDEX function to get the referenced arrays from another cell i.e.:
this:
=INDEX((A1:C6, A8:C11), 2, 2, 2)
shall be contained in another cell, so that I can add more arrays later on without having to change the INDEX function itself.
I tried:
=INDEX((A12), 2, 2, 2)
with (A1:C6, A8:C11) as content of A12.
Any help appreciated![]()
Bookmarks