Hi,
I quite often use SumProduct to perform calculations where I have multiple criteria in rows and at least 1 criteria in the columns, the formula may look like:
=SUMPRODUCT((Column1 = X)*(Column 2 = Y)*(Row1 = A)* (Data Set))
The number of rows in Column1/2 could be 5000 plus and the Row1 would normally be about 50 columns across
I find that this will make the workbook extremely slow and was hoping that something could provide an alternative formula that is not so calculation intensive
Thanks!
I quite often use SumProduct to perform calculations where I have multiple criteria in rows and at least 1 criteria in the columns, the formula may look like:
=SUMPRODUCT((Column1 = X)*(Column 2 = Y)*(Row1 = A)* (Data Set))
The number of rows in Column1/2 could be 5000 plus and the Row1 would normally be about 50 columns across
I find that this will make the workbook extremely slow and was hoping that something could provide an alternative formula that is not so calculation intensive
Thanks!