Hi!
I have gone through lots of websites trying to find a solution to a particular problem I'm having. I work in a Call center where I need to keep track of and combine several reports that are different sizes in terms of rows and colums. I have figured out a way through Hlook up to alighn the data just how I want it, but now face a new problem. Jeeze I hope I can explain this.
I would like to populate an array of which the row bounds and column bounds are determined by a cell/s IE: Cell A1 = 7 (a Dynamic value) and A2 = 8 (also Dynamic).
Here's where it becomes very complicated for me because the ultimate goal of this self-sizing array is to examine all possible combinations of addition for two given ranges of values. For example:
If a particular range is populated with: 1,blank,blank,4,blank,6,7
And the 2nd range is populated with: 0,blank,blank,3,4,blank,blank,7,8
then I want to populate the array as: 1+0, 1+3,1+4,1+7,1+8.........until the last iteration 7+0,7+3,7+4,7+7,7+8 Ends the routine.
The tricky part also for "blank" cell values (which aren't actually "blank" and are filled with an "IF formula" in both the above ranges) is that I want them skipped over. So if a Cell is blank then no addition is performed, but also when populating the array I want that geographic position to remain blank in the array. And cells that are not blank I want to add the data and put the result in the same place as well; The 2nd range determines placement in the array.
Retaining a continuous symmetry to the array is critical, as "blank cells" are integral to the examining results.
Ultimately the data that will be displayed is evey combination of addition. While the above example suggests that there are 20 combinations of addition, the actual dimension of the array that is displayed in the worksheet would be larger because of the blank spaces, and its size I believe would be 7X9.
Thanks for any help offered. I'm Stumped!
Michael
I have gone through lots of websites trying to find a solution to a particular problem I'm having. I work in a Call center where I need to keep track of and combine several reports that are different sizes in terms of rows and colums. I have figured out a way through Hlook up to alighn the data just how I want it, but now face a new problem. Jeeze I hope I can explain this.
I would like to populate an array of which the row bounds and column bounds are determined by a cell/s IE: Cell A1 = 7 (a Dynamic value) and A2 = 8 (also Dynamic).
Here's where it becomes very complicated for me because the ultimate goal of this self-sizing array is to examine all possible combinations of addition for two given ranges of values. For example:
If a particular range is populated with: 1,blank,blank,4,blank,6,7
And the 2nd range is populated with: 0,blank,blank,3,4,blank,blank,7,8
then I want to populate the array as: 1+0, 1+3,1+4,1+7,1+8.........until the last iteration 7+0,7+3,7+4,7+7,7+8 Ends the routine.
The tricky part also for "blank" cell values (which aren't actually "blank" and are filled with an "IF formula" in both the above ranges) is that I want them skipped over. So if a Cell is blank then no addition is performed, but also when populating the array I want that geographic position to remain blank in the array. And cells that are not blank I want to add the data and put the result in the same place as well; The 2nd range determines placement in the array.
Retaining a continuous symmetry to the array is critical, as "blank cells" are integral to the examining results.
Ultimately the data that will be displayed is evey combination of addition. While the above example suggests that there are 20 combinations of addition, the actual dimension of the array that is displayed in the worksheet would be larger because of the blank spaces, and its size I believe would be 7X9.
Thanks for any help offered. I'm Stumped!
Michael
Last edited: