Is it possible to create an array using the value in a cell as the first cell of the array and the value in another cell as the last cell of the array? For example, if I have a formula in D1 (or some other cell) that gives a result of $B$3, and a formula in D2 (or some other cell) that give a result of $B$158 (the results will always be in the same column if that matters); can I create an Index function in E5 (or some other cell) using $B$3 from D1 and $B$158 from D2 to create the array? Index(D1result:2result,row_number)? The results n D1 and D2 will change.
I can't seem to find a way to use the result in D1 as the first value and the result in D2 as the second value to create the array. This will be used with Index/Match if it matters.
Thanks for any help.
I can't seem to find a way to use the result in D1 as the first value and the result in D2 as the second value to create the array. This will be used with Index/Match if it matters.
Thanks for any help.