MixedUpExcel
Board Regular
- Joined
- Apr 7, 2015
- Messages
- 222
- Office Version
- 365
- Platform
- Windows
Hi,
Without me posting a full working example of the sheet / workbook, can anyone point me in a direction of how to speed up this formula?
When I use this, it is across 16 columns x approx. 3,000 rows (this is variable but not by much)
It will effectively be doing 48,000 calculations x how ever many the actual calculations the formula does in one instance.
Formula:
The problem I have is that, although this formula works perfectly, it takes between 15 and 20 minutes to complete.
Any suggestions to speed this up would be appreciated.
Thanks in advance.
Simon
Without me posting a full working example of the sheet / workbook, can anyone point me in a direction of how to speed up this formula?
When I use this, it is across 16 columns x approx. 3,000 rows (this is variable but not by much)
It will effectively be doing 48,000 calculations x how ever many the actual calculations the formula does in one instance.
Formula:
Code:
=ROUND(SUMPRODUCT(SUMIFS(Dashboard!$F:$F,Dashboard!$B:$B,Customers!$A3,Dashboard!$D:$D,IF(Customers!$C$1=DATA!$A$2:$A$6,DATA!$B$2:$B$6))),2)
The problem I have is that, although this formula works perfectly, it takes between 15 and 20 minutes to complete.
Any suggestions to speed this up would be appreciated.
Thanks in advance.
Simon