Hi everyone,
I have a sumifs formula that needs to be applied to about 130,000 rows across about 560 columns (total is just under 73 million cells).
=sumifs('Sheet1'!$L$2:$L$130000,'Sheet1'!$J$2:$J$130000,$A2,'Sheet1'!$B$2:$B$130000,B$1) - Note, $A2 and B$1 are in the worksheet that I want the results in (I.e. Sheet2)
I have a feeling it would be extremely slow if I just applied the formula in excel 2010 directly.
How can I apply a sumifs formula in VBA for such a range?
Thanks!!
Bookmarks