Hi,
I've got several workbooks containing several pages each, one of them being my parameter sheet.
I'd like to get an array formula using an indirect parameter as the actual array working.
What I've tried so far is
With Parameter!$G$2 containing either of the following:
- '{124;125;126;127;128;129;130;131;132;133;134;135}
- {124;125;126;127;128;129;130;131;132;133;134;135}
- 124;125;126;127;128;129;130;131;132;133;134;135
Unfortunately always to no avail. 
When using the the array in the formula directly (shown below), everything is working perfectly fine.
As there are many occurances of such a array formula, I'd rather refrain from having them edit individually whenever the contents of the array changes.
Much better, and my top preference would be just changing the corresponding cell (Parameter!$G$2) accordingly, refreshing my workbook, and that's it.
-- Sil68
Bookmarks