HI
I have been given a data extract, and due to the criteria I have, the formula based on all of those finally works.
However, it is very heavy and slow - Calculating (4 Threads): XX%
The formula is as follows:
=SUMPRODUCT(--(INDEX(Extract!$2:$104857,,1)=E$2),--(INDEX(Extract!$2:$104857,,2)>=$D3),--(INDEX(Extract!$2:$104857,,2)<$D4),--(INDEX(Extract!$2:$104857,,4)=$F$1),--(INDEX(Extract!$2:$104857,,6)=$H$1),--(INDEX(Extract!$2:$104857,,7)=$J$1),--(INDEX(Extract!$2:$104857,,8)))
E2 is the date
D3/d4 is the time
F1 is the service area
H1 is the contact type (phone//email)
J1 is the inbound/outbound
column 8 is the value I am interested in.
It works perfectly for what I need, but the freeze, slow down drags for 10-15 minutes.
Is there anything that can be done to still look through all the 6/7 options and speed up the refresh?
Thanks.
I have been given a data extract, and due to the criteria I have, the formula based on all of those finally works.
However, it is very heavy and slow - Calculating (4 Threads): XX%
The formula is as follows:
=SUMPRODUCT(--(INDEX(Extract!$2:$104857,,1)=E$2),--(INDEX(Extract!$2:$104857,,2)>=$D3),--(INDEX(Extract!$2:$104857,,2)<$D4),--(INDEX(Extract!$2:$104857,,4)=$F$1),--(INDEX(Extract!$2:$104857,,6)=$H$1),--(INDEX(Extract!$2:$104857,,7)=$J$1),--(INDEX(Extract!$2:$104857,,8)))
E2 is the date
D3/d4 is the time
F1 is the service area
H1 is the contact type (phone//email)
J1 is the inbound/outbound
column 8 is the value I am interested in.
It works perfectly for what I need, but the freeze, slow down drags for 10-15 minutes.
Is there anything that can be done to still look through all the 6/7 options and speed up the refresh?
Thanks.