Hi,
I have a CHOOSE function like this:
=CHOOSE({1;2;3;4;5;6;7},A1,C1,E1,G1,I1,K1,M1)
Is it possible to replace the first argument index_num {1;2;3;4;5;6;7} with a defined array?
i.e. Array1 = {1,2,3,4,5,6,7}
=CHOOSE(Array1,A1,C1,E1,G1,I1,K1,M1)
It is only choosing the first value for me. I am using the CHOOSE function inside a SUMPRODUCT.
Thanks!
Bookmarks