I have the following array named like this:

Please Login or Register  to view this content.
It is named array_1. It basically extracts a column of data from another sheet. The data looks like this:

2
3
4

What I'd like to do is add another value to it at the top, but a value that is located in a cell of a different sheet of the same workbook: Sheet2!D13. The value of D13 is 1. How can modify the formula of the name of array_1 so as to combine number in cell D13 and array_1, so that the end output of array_1 is this:

1
2
3
4

Thank you.