Is there a way VBA can be used to speed up this formula:
=SUM(IF((Info!$F$1:$F$65000=$A8)*(INfo!$N$1:$N$65000<=D$6)*(Info!$N$1:$N$65000>B$6),(Info!$I$1:$I$65000)))
The reason for this is that on my spreadsheet this formula is dragged through cells b8 through bg32 and eats up a lot of time in calculating the results.
Any suggestions are welcome.
=SUM(IF((Info!$F$1:$F$65000=$A8)*(INfo!$N$1:$N$65000<=D$6)*(Info!$N$1:$N$65000>B$6),(Info!$I$1:$I$65000)))
The reason for this is that on my spreadsheet this formula is dragged through cells b8 through bg32 and eats up a lot of time in calculating the results.
Any suggestions are welcome.