I am using the XIRR formula as follows:
=XIRR(E$11:E17,B$11:B17)
but need to add an additional nonadjescent cell to the Range of values and dates. I have attempted to do it using the CHOOSE function as follows:
=XIRR(CHOOSE({1,2},E$11:E17,H17),CHOOSE({1,2},B$11:B17,B17))
But this is not...