Hi,
I have list of values(numbers) on a particular column (col. D in the xl attached) but this list varies for several scenarios. The good thing is the list of numbers are spaced at constant intervals. I'm able to capture the list of numbers into an array but struggling to add all the numbers in the list i.e., adding all the numbers stored in this array from the list into a single cell.
Could somebody please help me on how to get this done?
P.S. I need to save the list of numbers into an array.











LinkBack URL
About LinkBacks
Register To Reply
. The reason I'm saving the values G8, G17, G26 and G35 into an array is because those tables are generated from a macro depending on the number of Use Cases (1 Use Case = 1 Table) from another sheet. And the use cases vary from sheet to sheet and I don't know how many tables will get generated from each sheet. So the only way I thought is to store the benefits from each column from each table into an array. And I need sum of the values like G8, G17, G26, G35 and so on..
If you don't mind could you please look at the v2 excel I have attached and from the challenge I shared above, could you please modify the code 

Bookmarks