Can anyone give any recommendations as to what would be best approach when I have to calculate partial sums to hundreds of cells from dataset of tens of thousands of rows?
My data is pretty straightforward, one sheet, 8 columns and lots of rows. Two of the columns are used as index to help in my current method doing this which is using SUMPRODUCT, but it is slow.
Data is budgeting information containing info for location, budgeting month, budgeted month, account and value. And it is collected with macro from several sources (one for each location).
My report sheet is basically total sum for each account per budgeted month for given budgeting month. To clarify, sebtember is budgeting month for budgeted months Oct-Dec. So, months on columns and accounts on rows.
I looked into Database functions but it would seem that it is not possible to use them without criteria range and that means that I would need as many criteria ranges as I have cells with values in my report sheet.
So, is there any way to make this faster? Thanks in advance.
My data is pretty straightforward, one sheet, 8 columns and lots of rows. Two of the columns are used as index to help in my current method doing this which is using SUMPRODUCT, but it is slow.
Data is budgeting information containing info for location, budgeting month, budgeted month, account and value. And it is collected with macro from several sources (one for each location).
My report sheet is basically total sum for each account per budgeted month for given budgeting month. To clarify, sebtember is budgeting month for budgeted months Oct-Dec. So, months on columns and accounts on rows.
I looked into Database functions but it would seem that it is not possible to use them without criteria range and that means that I would need as many criteria ranges as I have cells with values in my report sheet.
So, is there any way to make this faster? Thanks in advance.