I would like to use the choose function to combine two ranges to form a single array. I'm not sure what I am doing wrong, but when I use the following function, only the first value of the arrays get combined:
=CHOOSE({1,2},K4:S4,H15:I15)
Ultimately I would like to use this array in another function like XIRR:
=XIRR(CHOOSE({1,2},K4:S4,H15:I15),CHOOSE({1,2},K3:S3,H14:I14))
Is this possible? What am I doing wrong??
Thanks!
=CHOOSE({1,2},K4:S4,H15:I15)
Ultimately I would like to use this array in another function like XIRR:
=XIRR(CHOOSE({1,2},K4:S4,H15:I15),CHOOSE({1,2},K3:S3,H14:I14))
Is this possible? What am I doing wrong??
Thanks!