SacreBleu
Structural
- Apr 7, 2005
- 427
Is the following possible without using VB or macros?
Suppose we have a data array, for example data in the range of cells A1
200. This range is named as RAN1. In the workbook, there are a large number of formulae which refer to RAN1, for the purposes of data lookup.
Now suppose we find the need to add 10 more data arrays. Each is of the same size of RAN1; they merely have different data. We can easily set up the 10 additional arrays each below the original RAN1.
Now, in various cells of the workbook, we have the necessity to add the capability of selecting the correct data array (to make this simple, we have a formula which can calculate a final value of 1 thru 11).
How is it possible to accomplish this easily/efficiently? I am trying to avoid the necessity of selectivley updating each cell (there are very many) with this new requirement of picking data from one of 11 arrays instead of just one.
Suppose we have a data array, for example data in the range of cells A1
Now suppose we find the need to add 10 more data arrays. Each is of the same size of RAN1; they merely have different data. We can easily set up the 10 additional arrays each below the original RAN1.
Now, in various cells of the workbook, we have the necessity to add the capability of selecting the correct data array (to make this simple, we have a formula which can calculate a final value of 1 thru 11).
How is it possible to accomplish this easily/efficiently? I am trying to avoid the necessity of selectivley updating each cell (there are very many) with this new requirement of picking data from one of 11 arrays instead of just one.